Skip to content

Commit

Permalink
modified param description for waitUntil command
Browse files Browse the repository at this point in the history
  • Loading branch information
gravityvi committed Aug 24, 2023
1 parent 68a39a7 commit 47ab13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api/web-element/waitUntil.js
Expand Up @@ -59,7 +59,7 @@ const mapToSeleniumFunction = {
*
* @method waitUntil
* @syntax .waitUntil(action, {timeout, retryInterval, message, abortOnFailure});
* @param {string} action The action to perform. Can be one of the following: selected, not.selected, visible, not.visible, enabled, disabled, present, not.present
* @param {string} action The action state. Should be one of the following: selected, not.selected, visible, not.visible, enabled, disabled, present, not.present
* @param {number} [timeout] The total number of milliseconds to wait before failing. Can also be set using 'globals.waitForConditionTimeout' under settings.
* @param {number} [retryInterval] The number of milliseconds to wait between retries. You can use this only if you also specify the time parameter. Can also be set using 'globals.waitForConditionPollInterval' under settings.
* @param {string} [message] Optional message to be shown in the output. The message supports two placeholders: %s for current selector and %d for the time (e.g. Element %s was not in the page for %d ms).
Expand Down

0 comments on commit 47ab13f

Please sign in to comment.