doc: require webSocket:true for endpoint availability

This commit is contained in:
Pavel Feldman 2020-01-27 22:39:47 -08:00
parent 79ea30cfbc
commit 6ae3500fed

View file

@ -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