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/api.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3311,7 +3311,7 @@ Kills the browser process.
3311
3311
#### browserApp.wsEndpoint()
3312
3312
- returns: <?[string]> Browser websocket url.
3313
3313
3314
-
Browser websocket endpoint which can be used as an argument to [browserType.connect(options)] to establish connection to the browser.
3314
+
Browser websocket endpoint which can be used as an argument to [browserType.connect(options)] to establish connection to the browser. Requires browser app to be launched with `browserType.launchBrowserApp({ webSocket: true, ... })`.
0 commit comments