joerg1985
joerg1985
Just my 2 cent: I think calling `Locale.setDefault(Locale.US)` is a bad idea, this will change propably change alot of things. Why using `String.format` here at all, if we do not...
This is the link to the command in the spec, see the last step regarding returning the handles. https://w3c.github.io/webdriver/#close-window
The behaviour of https://playwright.dev/docs/test-assertions#soft-assertions should also be invstigated.
@alexneo2003 i had a look at the API docs and the `actionResults` are used to reflect test steps. If you create a manual run with step results and look at...
@aarahmanqa > Lets approach from end user perspective. Why would someone call isDisplayed()? To perform click or other actions. We (the company i am working) are using isDisplayed to ensure...
@aarahmanqa > Now, are you sure that your application is modifying only the opacity to 0 to make it invisible? As per the link I have shared above, user can...
Why not going to 21 (also LTS) instead? Everybody who needs to upgrade it's local JVM could install 21 instead of 17, so there is no overhead for them.
I don't think there is a specific improvment in 21 that could be helpful currently.
I think the base line is the support of the netty and the graphql dependencies. They are hard to replace and externally exposed by the server, so there must be...
@shs96c i do not think decoding of stacktraces is working at all: 1. The response will be decoded by the `W3CHttpResponseCodec` before the `ErrorHandler` will be called. The `ErrorHandler` will...