Skip to content

Commit

Permalink
doc: require webSocket:true for endpoint availability (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelfeldman authored Jan 28, 2020
1 parent 79ea30c commit e276430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e276430

Please sign in to comment.