playwright-java
playwright-java copied to clipboard
Java version of the Playwright testing and automation library
Similar to the experimental feature in https://github.com/microsoft/playwright/issues/15684
### Version 1.43.0 ### Steps to reproduce If we run the below code in a main function: ``` try (Playwright playwright = Playwright.create()) { LaunchPersistentContextOptions launchPersistentContextOptions = new BrowserType.LaunchPersistentContextOptions(); BrowserType...
### Version 1.43.0 ### Steps to reproduce Open a new context like always, it opens a non incognito browser. https://playwright.dev/java/docs/api/class-browsercontext `// Create a new incognito browser context BrowserContext context =...
### Version 1.43.0 ### Steps to reproduce 1. launchPersistentContext to open browser with extension 2. Do a specific action which launches a new tab. 3. Get the count of pages...
Resolves #1526. This PR also adds saving screenshots. I tried to keep the API of the fixture-generated artifacts as close to node as possible. Traces: By default, if no `outputDir`...
Please backport client side changes: - [ ] https://github.com/microsoft/playwright/commit/d5b387159aa580203753d7a2a533fc9e8ceb7064 (feat(fetch): sendImmediately (#30627))
### 🚀 Feature Request Could you add a method to retrieve the wsEndpoint of any CDP compatible Browser launched with playwright? Currently this is only accessible on the browserserver class...
### 🚀 Feature Request It can be great to have the possibility to add "log" action to the list of actions on the trace viewer to better following the tests...
### 🚀 Feature Request Allow the playwright api request make secure https requests. In our case that endpoint has https enabled and we need to provide the keystore/truststore credentials with...
### Page(s) https://playwright.dev/java/docs/browsers ### Description The docs recommends to use `mvn exec:java -e -D exec.mainClass=com.microsoft.playwright.CLI -D exec.args="install webkit"`. It doesn't work for me. The console throws: `error: unknown command ''install...