Skip to content

Commit e276430

Browse files
authored
doc: require webSocket:true for endpoint availability (#706)
1 parent 79ea30c commit e276430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3311,7 +3311,7 @@ Kills the browser process.
33113311
#### browserApp.wsEndpoint()
33123312
- returns: <?[string]> Browser websocket url.
33133313

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, ... })`.
33153315

33163316

33173317
### class: BrowserType

0 commit comments

Comments
 (0)