playwright-java icon indicating copy to clipboard operation
playwright-java copied to clipboard

Java version of the Playwright testing and automation library

Results 84 playwright-java issues
Sort by recently updated
recently updated
newest added

Please backport client side changes: - [ ] https://github.com/microsoft/playwright/commit/6373fe703dbde7fc40e11a006e48476579664c1a (docs: fix Java/.NET types for docs rolling (#32924)) - [ ] https://github.com/microsoft/playwright/commit/895be9f8de4b1fe06d839370a95ed8464365ac7d (chore: lint java docs snippets (#32945)) - [ ]...

### Version 1.47 ### Steps to reproduce Click button(execute javascript) to close popup windows(browser) throw exception. Look like there is another internal after click, playwright tries to execute navigation but...

Please backport client side changes: - [ ] https://github.com/microsoft/playwright/pull/36180 - [ ] https://github.com/microsoft/playwright/pull/36208 - [ ] https://github.com/microsoft/playwright/pull/36211 - [ ] https://github.com/microsoft/playwright/pull/36216 - [ ] https://github.com/microsoft/playwright/pull/36224 - [ ] https://github.com/microsoft/playwright/pull/36168 -...

### Version 1.52.0 ### Steps to reproduce 1. Create a Page object 2. Bind an onResponse event listener to this page 3. Open it https://www.hellow.co page 4. Click any button...

See: https://codeql.microsoft.com/issues/5f3163c8-6b9c-48bf-8639-7fd0623f5937?copilot_promptid=E91B0CE9-0C1B-4AC2-8A46-33F49B67E058

### Version v1.50.0-jammy ### Steps to reproduce ![Image](https://github.com/user-attachments/assets/8510f002-7dd6-45d1-9ff4-d77fbcfeea45) ### Expected behavior Normal navigation webpage ### Actual behavior java.lang.RuntimeException: Failed to create driver at com.microsoft.playwright.impl.driver.Driver.createAndInstall(Driver.java:105) ~[driver-1.50.0.jar!/:1.50.0] at com.microsoft.playwright.impl.driver.Driver.ensureDriverInstalled(Driver.java:57) ~[driver-1.50.0.jar!/:1.50.0] at com.microsoft.playwright.impl.PlaywrightImpl.createImpl(PlaywrightImpl.java:46)...

### 🚀 Feature Request It would be great if the specific `message` in the `Error` object could be parsed out and available via a specific `getter` method on the `PlaywrightException`...

### Overview resolves https://github.com/microsoft/playwright-java/issues/1789 This pull request introduces initial support for connecting to Android devices in the Playwright Java client. It represents the first step in a possible series of...

### 🚀 Feature Request There is currently no way to define multiple times the same header in route.fulfill. I first hoped I could trick it by using different cases but...