chore(doc): fix browser.wsEndpoint() return value format (#898)
This commit is contained in:
parent
c46c41d89c
commit
1c292e9253
@ -232,7 +232,7 @@ Closes browser with all the pages (if any were opened). The browser object itsel
|
||||
- returns: <[string]> Browser websocket url.
|
||||
|
||||
Browser websocket endpoint which could be used as an argument to
|
||||
[puppeteer.connect](#puppeteerconnectoptions). The format is `ws://${host}:${port}/browser/<id>`
|
||||
[puppeteer.connect](#puppeteerconnectoptions). The format is `ws://${host}:${port}/devtools/browser/<id>`
|
||||
|
||||
You can find the `webSocketDebuggerUrl` from `http://${host}:${port}/json/version`. Learn more about the [devtools protocol](https://chromedevtools.github.io/devtools-protocol) and the [browser endpoint](https://chromedevtools.github.io/devtools-protocol/#how-do-i-access-the-browser-target).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user