playwright-java
playwright-java copied to clipboard
Java version of the Playwright testing and automation library
### 🚀 Feature Request I want to check if a locator has an attribute. I think that's what [toHaveAttribute(name)](https://playwright.dev/docs/api/class-locatorassertions#locator-assertions-to-have-attribute-2) is doing in typescript. I tried to: `assertThat(getInputLocator()).not().hasAttribute("min", "");` // that...
### 🚀 Feature Request ## Status Quo JUnit support (https://playwright.dev/java/docs/junit) allows to inject a pre-configured instances of `Page`, `BrowserContext`, etc. into a test method. Users are able to configure various...
### 🚀 Feature Request  It don't rely on Supplier as a termination condition . Instead, it relies on WaitableResult - internally registering events through sendMessageAsync() via a callback mechanism.But...