Skip to content

Commit

Permalink
Merge pull request #9 from clemherreman/patch-1
Browse files Browse the repository at this point in the history
Fix typo in Browser doc
  • Loading branch information
Alexandre Salomé committed Mar 16, 2014
2 parents 768b19d + 840955c commit 7b22c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/browser.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Different type of timeouts exist with Selenium:
$browser->setScriptTimeout(5000); // milliseconds
$browser->setAsyncScriptTimeout(5000); // milliseconds
$browser->setPageLoadTimeout(5000); // milliseconds
$browser->setImplicitTimeout(5n000); // milliseconds
$browser->setImplicitTimeout(5000); // milliseconds
Executing Javascript
--------------------
Expand Down

0 comments on commit 7b22c96

Please sign in to comment.