mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 21:53:35 +03:00
docs: add missing connectOverCDP.wsEndpoint param in java (#6109)
This commit is contained in:
parent
36a546999e
commit
4bd7467942
@ -58,6 +58,12 @@ page.navigate("https://www.w3.org/");
|
||||
playwright.close();
|
||||
```
|
||||
|
||||
### option: BrowserType.connectOverCDP.wsEndpoint
|
||||
* langs: java
|
||||
- `wsEndpoint` <[string]>
|
||||
|
||||
A CDP websocket endpoint to connect to.
|
||||
|
||||
### param: BrowserContext.waitForPage.callback = %%-java-wait-for-event-callback-%%
|
||||
|
||||
### param: Frame.waitForNavigation.callback = %%-java-wait-for-event-callback-%%
|
||||
|
Loading…
Reference in New Issue
Block a user