joerg1985

Results 42 issues of 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...

I-defect
needs-triaging

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

enhancement
Review effort [1-5]: 3
tests

### **User description** ### Description This change will allow enable the httpclient to perform async requests. ### Motivation and Context see #14403 ### Types of changes - [ ] Bug...

enhancement
Review effort [1-5]: 3
tests

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

C-grid
I-enhancement
help wanted

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

Enhancement
v3

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

bug

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

C-java
I-enhancement
I-stale

This PR does implement the new `HistoricItem.getInstant` method from PR https://github.com/openhab/openhab-core/pull/4384 for persistence implementations.

enhancement

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

type: enhancement
theme: execution
theme: reporting
component: Jupiter
status: waiting-for-interest

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