Skip to content

Commit

Permalink
docs: add missing connectOverCDP.wsEndpoint param in java (#6109)
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-s committed Apr 7, 2021
1 parent 36a5469 commit 4bd7467
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/api/java.md
Expand Up @@ -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-%%
Expand Down

0 comments on commit 4bd7467

Please sign in to comment.