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

Java version of the Playwright testing and automation library

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

**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;...

triaging

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...

P3-collecting-feedback

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...

documentation

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...

P3-collecting-feedback

Make it possible to issue CDP commands like in Playwright for Node.js

P3-collecting-feedback

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...

P3-collecting-feedback

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...

P3-collecting-feedback

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...

triaging

Node version has soft assertions now. Can we get soft assertions for Java too?

P3-collecting-feedback

### 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...

P3-collecting-feedback