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

### 🚀 Feature Request This is also kind of a bug but I decided to make it a feature request. Feature Request: I would like the ability to automatically save...

P3-collecting-feedback

Please backport client side changes: - [ ] https://github.com/microsoft/playwright/commit/2a7f17d82061b353deb1dc28dc36856e8b730b1c (chore: fix simulated clock bots (#31301)) - [ ] https://github.com/microsoft/playwright/commit/9e6772818e7c50a132cbe6ccc775cda4a3e3eba4 (chore: cache normalized whitespaces in recorder (#31349)) - [ ] https://github.com/microsoft/playwright/commit/5fc56283a6f3df8f74db6f7b936ca48bb4a86017...

### 🚀 Feature Request Like #1399, I would like to know how to obtain all information about a request sent from [request object](https://playwright.dev/docs/api/class-apirequestcontext). In this context, I'm interacting only with...

### Version 1.43.0 ### Steps to reproduce 1. Java 11 Maven project in IntelliJ IDEA 2024.1 2. Clone my repo: https://github.com/erdemgurell/Playwright_LearningProject.git 3. Go to src/test/java/LambdaTest/day4/Screenshots.java and run the file. ###...

Please backport client side changes: - [x] https://github.com/microsoft/playwright/commit/f45cf659215e97f921add54f6de44cbc171ab303 (chore: add maxRetries to APIRequestContext.delete (#31893)) - [x] https://github.com/microsoft/playwright/commit/58b0c76f2068417279fdb6acc34fe8db38c19c16 (chore: use soft event emitter (#31868)) - [x] https://github.com/microsoft/playwright/commit/55187207e43462ea5b89de4675cca98bb893423d (chore: various roll fixes...

### 🚀 Feature Request The node.js version of playwright has a very nice feature to run the same tests in multiple browsers (i.e. Firefox, Chrome, Webkit) in a single test...

P3-collecting-feedback

### Version 1.46.0 ### Steps to reproduce 1. Write a code that calls ```kotlin val someAjaxPattern = Regex(".*/foo.dwr").toPattern() page.waitForResponse(someAjaxPattern) { myLocator.fill("${fieldToQuery.value}") } ``` ### Expected behavior I would expect this...

### 🚀 Feature Request As a QA, I would like to reflect the real use of the application as best as possible, also validation of CA during `setClientCertificates` would be...

### Version 1.45.0 ### Steps to reproduce On Github Action with a Windows runner, the following code is not working when run from a gradle Taks : ```kotlin fun browser(logger:...

P3-collecting-feedback

### 🚀 Feature Request Implementing code using [Clock](https://playwright.dev/java/docs/clock) is not as pleasant as it could be. ### Example Now, I have to write something like this: ```java Instant instant =...

P3-collecting-feedback