Bug 1967590 - [bidi] Add jsdoc for wait argument in browsingContext navigate and reload r=webdriver-reviewers,whimboo

Differential Revision: https://phabricator.services.mozilla.com/D250346
This commit is contained in:
Julian Descottes
2025-05-21 08:30:54 +00:00
committed by jdescottes@mozilla.com
parent 469d9af6ec
commit bd5265eaf4

View File

@@ -1112,6 +1112,7 @@ class BrowsingContextModule extends RootBiDiModule {
* Url for the navigation.
* @param {WaitCondition=} options.wait
* Wait condition for the navigation, one of "none", "interactive", "complete".
* Defaults to "none".
*
* @returns {BrowsingContextNavigateResult}
* Navigation result.
@@ -1350,6 +1351,7 @@ class BrowsingContextModule extends RootBiDiModule {
* If true ignore the browser cache. [Not yet supported]
* @param {WaitCondition=} options.wait
* Wait condition for the navigation, one of "none", "interactive", "complete".
* Defaults to "none".
*
* @returns {BrowsingContextNavigateResult}
* Navigation result.