You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/helpers/Playwright.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ Type: [object][5]
55
55
-`keepBrowserState`**[boolean][25]?** keep browser state between tests when `restart` is set to 'session'.
56
56
-`keepCookies`**[boolean][25]?** keep cookies between tests when `restart` is set to 'session'.
57
57
-`waitForAction`**[number][11]?** how long to wait after click, doubleClick or PressKey actions in ms. Default: 100.
58
-
-`waitForNavigation`**[number][11]?** When to consider navigation succeeded. Possible options: `load`, `domcontentloaded`, `networkidle`. Choose one of those options is possible. See [Playwright API][35].
58
+
-`waitForNavigation`**[string][7]?** When to consider navigation succeeded. Possible options: `load`, `domcontentloaded`, `networkidle`. Choose one of those options is possible. See [Playwright API][35].
59
59
-`pressKeyDelay`**[number][11]?** Delay between key presses in ms. Used when calling Playwrights page.type(...) in fillField/appendField
60
60
-`getPageTimeout`**[number][11]?** config option to set maximum navigation time in milliseconds.
61
61
-`waitForTimeout`**[number][11]?** default wait* timeout in ms. Default: 1000.
-`manualStart`**[boolean][25]?** do not start browser before a test, start it manually inside a helper with `this.helpers["Playwright"]._startBrowser()`.
-`electron`**[object][5]?** (pass additional electron options
70
71
-`channel`**any?** (While Playwright can operate against the stock Google Chrome and Microsoft Edge browsers available on the machine. In particular, current Playwright version will support Stable and Beta channels of these browsers. See [Google Chrome & Microsoft Edge][36].
0 commit comments