Interface ConnectOverCDPOptions

Hierarchy

  • ConnectOverCDPOptions

Properties

endpointURL?: string

Deprecated, use the first argument instead. Optional.

headers?: {
    [key: string]: string;
}

Additional HTTP headers to be sent with connect request. Optional.

Type declaration

  • [key: string]: string
logger?: Logger

Logger sink for Playwright logging. Optional.

slowMo?: number

Slows down Playwright operations by the specified amount of milliseconds. Useful so that you can see what is going on. Defaults to 0.

timeout?: number

Maximum time in milliseconds to wait for the connection to be established. Defaults to 30000 (30 seconds). Pass 0 to disable timeout.

Generated using TypeDoc