Skip to content

Commit

Permalink
Correct typo.
Browse files Browse the repository at this point in the history
Fixes issue 7202.
  • Loading branch information
jleyba committed Apr 11, 2014
1 parent a3f9366 commit 62bac37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/webdriver/webdriver.js
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ webdriver.WebDriver.prototype.getAllWindowHandles = function() {
webdriver.WebDriver.prototype.getPageSource = function() {
return this.schedule(
new webdriver.Command(webdriver.CommandName.GET_PAGE_SOURCE),
'WebDriver.getAllWindowHandles()');
'WebDriver.getPageSource()');
};


Expand Down

0 comments on commit 62bac37

Please sign in to comment.