joerg1985
joerg1985
### What happened? This is basically the same problem for BiDi as for CDP, see issue https://github.com/SeleniumHQ/selenium/issues/13845 I stumbled into this while implementing network interception, using the `org.openqa.selenium.bidi.module.Network` class. The...
### **User description** ### Description This change will add a limit of 10 websocket connections per session. The `NodeOptions` / `NodeFlags` do allow to overwrite this default value. ### Motivation...
### **User description** ### Description This change will allow enable the httpclient to perform async requests. ### Motivation and Context see #14403 ### Types of changes - [ ] Bug...
### Feature and motivation This will allow to write none blocking methods in the backend without spawning threads in these places and handle this, e.g. `Node.touchSessionAsync`. ### Usage example Everytime...
### Do I have the most recent component updates? - [X] I use the most recent available driver/plugin and server versions ### Is the component officially supported by the Appium...
**Describe the bug** The .gitleaksignore is usually part of the folder to scan, so this is part of external input to the tool. It is possible to put a symlink...
### Feature and motivation There were complains about the slow cleanup of the threads created by the JdkHttpClient. To fix this we registered a custom executor and shut it down,...
This PR does implement the new `HistoricItem.getInstant` method from PR https://github.com/openhab/openhab-core/pull/4384 for persistence implementations.
`TestWatcher.testSkipped()` should be invoked for tests not executed due to failures in `@BeforeAll`
I am using the `TestWatcher` to collect information for reporting the status of tests by implementing `testDisabled`, `testSuccessful`, `testAborted`, and `testFailed`. This is working fine as long as there is...
> To scroll into view an element perform the following steps only if the element is not already in view: > > Let options be the following ScrollIntoViewOptions: > >...