joerg1985
joerg1985
The redirect implementation does not update the host header if the redirect is to another domain. This will lead to strange SSL exceptions, when the host header does not match...
### **User description** ### Description This PR will allow to determinate the order of handler calls to handle chunked responses. ### Motivation and Context A possible solution for #13845 ###...
Some special chars will generate XML data that can not be read afterwards. I would expect the `JAXB.marshal` call to fail if this is a expected behaviour, rather than generating...
Bazel 7 has been released: https://blog.bazel.build/2023/12/11/bazel-7-release.html It would be great if you could provide bazel 7 packages, like the bazel 5/4 packages in the past. Thank you!
Bazel 6 has been released some time ago: https://blog.bazel.build/2022/12/19/bazel-6.0.html It would be great if you could provide bazel 6 packages, like the bazel 5/4 packages in the past. Thank you!
### What happened? I can see `java.lang.IllegalArgumentException` errors in the log of the nightly builds, but this should also happen with 4.20.0. Setting a null value is not allowed: https://github.com/SeleniumHQ/selenium/blob/trunk/java/src/org/openqa/selenium/grid/node/config/DriverServiceSessionFactory.java#L331...
I need to set a client certificate to connect to our service, when using a proxy the connection fails. `new HttpsProxyAgent(process.env.HTTPS_PROXY, { pfx: buffer })` These `connectOpts` options are only...
### Feature and motivation The w3c spec does return the window handles on the close window command. This is currently not passed to the client by the implementation, i assume...
As mentioned in #4 there are steps inside the azure testcases. It would be greate to connect the playwright `test.step` with the azure steps. To link these the same syntax...
### **User description** ### Description Therefore this PR does: - remove all the (im my mind) unused code from the `ErrorHandler` and the related unit tests - update the unit...