Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 646 Bytes

puppeteer.browser.wsendpoint.md

File metadata and controls

29 lines (18 loc) · 646 Bytes
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>.