setProxyMode
此内容尚不支持你的语言。
setProxyMode(
mode,sessionId?,timeout?,websocket?):Promise<void>
Defined in: playwright/index.ts:50
Set the proxy mode for a given session
Parameters
Section titled “Parameters”The proxy mode to set (recording, replay, transparent)
sessionId?
Section titled “sessionId?”string
Unique identifier for the session
timeout?
Section titled “timeout?”number
Optional timeout in milliseconds
websocket?
Section titled “websocket?”Returns
Section titled “Returns”Promise<void>