Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
docs(browser.wait): add default browser.wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
wesww authored and heathkit committed Apr 11, 2017
1 parent db51ea6 commit ed0e30e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/selenium-webdriver/webdriver.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ webdriver.WebDriver.prototype.call = function(fn, opt_scope, var_args) {};
* function(!webdriver.WebDriver): T)} condition The condition to
* wait on, defined as a promise, condition object, or a function to
* evaluate as a condition.
* @param {number=} opt_timeout How long to wait for the condition to be true.
* @param {number=} opt_timeout How long to wait for the condition to be true. Will default 30 seconds, or to the jasmineNodeOpts.defaultTimeoutInterval in your protractor.conf.js file.
* @param {string=} opt_message An optional message to use if the wait times
* out.
* @returns {!webdriver.promise.Promise<T>} A promise that will be fulfilled
Expand Down

0 comments on commit ed0e30e

Please sign in to comment.