playwright-java
playwright-java copied to clipboard
Java version of the Playwright testing and automation library
Hi, I am using playwright version 1.2.0 and getting the "Provider "bundleresource" not installed" exception. Stacktrace - ``` Caused by: java.lang.RuntimeException: Failed to create driver at com.microsoft.playwright.impl.Driver.ensureDriverInstalled(Driver.java:46) at com.microsoft.playwright.impl.PlaywrightImpl.create(PlaywrightImpl.java:33) at...
This applies to a typical production environment, where a service hosts browsers for general purposes that different client applications can use. Giving clients an option not to bundle drivers has...
Hello, I'm trying to get a code to verify my session, but I couldn't do it, the code I have to get is 5 characters code, in this case: HC6TJ...
Please backport client side changes: - [x] https://github.com/microsoft/playwright/commit/df143031e7eac11460bcd658dc3bb5a8951ccd64 (chore: move protocol and trace types into the top-level packages (#17486))
While running play wright automation with testng framework, browser suddenly closing. I am observing this issue in both selenium grid and normal. Another use case, while opening an browser second...
Playwright node.js already has "Visual comparisons" functionality which can be used for visual regression testing, we need the same in playwright java library as well.
similar to https://github.com/microsoft/playwright-dotnet/issues/2247
**CRITICAL** => I have a single step in Cucumber feature file to launch the browser => However when I launch the browser via Test Runner file, the launch event itself...
### Version 1.41.2 ### Steps to reproduce clone repo: https://github.com/pete89-p/playwright_sample mvn clean test -Pchromium ### Expected behavior The tests run in multithread 4 at a time of 8. To disable...