콘텐츠로 이동

setProxyMode

이 콘텐츠는 아직 번역되지 않았습니다.

setProxyMode(mode, sessionId?, timeout?, websocket?): Promise<void>

Defined in: playwright/index.ts:50

Set the proxy mode for a given session

Mode

The proxy mode to set (recording, replay, transparent)

string

Unique identifier for the session

number

Optional timeout in milliseconds

WebSocketReplayConfig

Promise<void>