doc: require webSocket:true for endpoint availability (#706)

This commit is contained in:
Pavel Feldman 2020-01-27 22:41:59 -08:00 committed by GitHub
parent 79ea30cfbc
commit e2764306b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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