playwright-java
playwright-java copied to clipboard
Java version of the Playwright testing and automation library
**Context:** - Playwright Version: 1.22 (JAVA) - Operating System: Windows 10 Pro - Browser: Chrome (103.0.5060.53) - Extra: Browser managed by the organization. **Code Snippet** ```java import com.microsoft.playwright.*; import org.testng.annotations.Test;...
With assertJ, we can add a custom name for given asserted object, for example: ```java Assertions.assertThat(mansion.guests()).as("Living Guests").isEqualTo(7); ``` Will result in: ``` [Living Guests] expected: but was ``` Selenide comes...
Unlike Playwright Nodejs that has a `playwright.config.ts` for presetting all the emulations. The current documentation of Playwright Java has to use the _JUnit test runners_ in order to configure different...
I have started a poc with Playwright 1.19 for automating an electron app embedded in glue 42 launchpad. Currrently doing this with JS but wanted to know if there is...
Make it possible to issue CDP commands like in Playwright for Node.js
The playwright library has no clear documentation about whether an argument or return type can be null. In the original TypeScript library it's not a problem since the type system...
For the Playwright Java CLI a jbang-catalog exists at https://github.com/microsoft/jbang-catalog Unfortunately jbang is not used or mentioned in the Playwright Java docs, although it's a great and easy to use...
Hi there, I am using playwright java implementation. I understand this is class loader issue. the driver.jar and driver-bundle.jar dependencies are in maven pom.xml and I can see they are...
Node version has soft assertions now. Can we get soft assertions for Java too?
### Playwright version 1.14.1 ### Operating system Windows ### What browsers are you seeing the problem on? _No response_ ### Other information _No response_ ### What happened? / Describe the...