mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
docs: add exposeNetwork option documentation to connectOptions fixture (#28483)
This commit is contained in:
parent
facec88c99
commit
b4de3133cc
@ -159,6 +159,7 @@ export default defineConfig({
|
|||||||
- `wsEndpoint` <[string]> A browser websocket endpoint to connect to.
|
- `wsEndpoint` <[string]> A browser websocket endpoint to connect to.
|
||||||
- `headers` ?<[void]|[Object]<[string], [string]>> Additional HTTP headers to be sent with web socket connect request. Optional.
|
- `headers` ?<[void]|[Object]<[string], [string]>> Additional HTTP headers to be sent with web socket connect request. Optional.
|
||||||
- `timeout` ?<[int]> Timeout in milliseconds for the connection to be established. Optional, defaults to no timeout.
|
- `timeout` ?<[int]> Timeout in milliseconds for the connection to be established. Optional, defaults to no timeout.
|
||||||
|
- `exposeNetwork` ?<[string]> Option to expose network available on the connecting client to the browser being connected to. See [`method: BrowserType.connect`] for more details.
|
||||||
|
|
||||||
|
|
||||||
**Usage**
|
**Usage**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user