doc: require webSocket:true for endpoint availability (#706)
This commit is contained in:
parent
79ea30cfbc
commit
e2764306b3
|
|
@ -3311,7 +3311,7 @@ Kills the browser process.
|
|||
#### browserApp.wsEndpoint()
|
||||
- returns: <?[string]> Browser websocket url.
|
||||
|
||||
Browser websocket endpoint which can be used as an argument to [browserType.connect(options)] to establish connection to the browser.
|
||||
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, ... })`.
|
||||
|
||||
|
||||
### class: BrowserType
|
||||
|
|
|
|||
Loading…
Reference in a new issue