puppeteer/website/versioned_docs/version-22.6.0/api/puppeteer.browser.wsendpoint.md
release-please[bot] 4f9f060408
chore: release main (#12108)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2024-03-20 09:57:03 +01:00

646 B

sidebar_label
Browser.wsEndpoint

Browser.wsEndpoint() method

Gets the WebSocket URL to connect to this browser.

This is usually used with Puppeteer.connect().

You can find the debugger URL (webSocketDebuggerUrl) from http://HOST:PORT/json/version.

See browser endpoint for more information.

Signature:

class Browser {
  abstract wsEndpoint(): string;
}

Returns:

string

Remarks

The format is always ws://HOST:PORT/devtools/browser/<id>.