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

Java version of the Playwright testing and automation library

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

**Context:** - Playwright Version: 1.23.0 - Operating System: Windows 10 - Browser: Chromium - Extra: jdk-18.0.1.1 with Graddle. **Code Snippet** ``` page3.locator("#reference").fill(title1); page3.locator("#reference").press("Enter"); ``` **Describe the bug** What happens is...

triaging

Please backport client side changes: - [ ] https://github.com/microsoft/playwright/commit/af8e3e7afa142975181153a0d86b602821249500 (feat: print response text when toBeOK fails (#16040)) - [ ] https://github.com/microsoft/playwright/commit/8ed238843b03bb626e7b85503c062a08826cbf55 (chore: allow inspecting element from server (#16324)) - [ ...

Hello, I am new to playwright and i am trying the following simple example: ```java public class MozillaHeadlessExample { public static void main(String[] args) { try (Playwright playwright = Playwright.create())...

triaging

Hello! This is a great project, and I appreciate it very much! **Context:** Playwright Version: 1.23 Operating System: Windows 10 Browser: Chromium **Code Snippet** 1. ``` public class Example {...

triaging

the code run well when in idea .but when l make as an jar and use java -jar. alaways tell me timeout excepltion. ``` Exception in thread "main" com.microsoft.playwright.TimeoutError: Error...

triaging

Playwright.create() is failing as it is installing the node.exe in the temp directory which the user is not allowed to run. Is there a way not to use this temp...

triaging

**Context:** - Playwright Version: [what Playwright version do you use?] 1.18 - Operating System: [e.g. Windows, Linux or Mac] Mac - Browser: [e.g. All, Chromium, Firefox, WebKit] Chromium - Extra:...

v1.25

https://playwright.dev/docs/next/test-assertions#polling

P3-collecting-feedback

Let us know what functionality you'd like to see in Playwright and what your use case is. Do you think others might benefit from this as well? I'm using playwright...

P3-collecting-feedback

### Feature request Is it possible to add Gradle examples to the Playwright documentation along the current Maven ones?

documentation
good first issue