joerg1985

Results 30 issues of joerg1985

Java applets are not visible to the Access Bridge Explorer, only top level windows are shown. The embedded window handles are not checked for beeing java windows and not shown...

We are using Bonobo Git Server with authenticated users only, we had some pushes to repositories by error. Now we would like to give some teams / users only read...

### What happened? We had some issues with our system, this lead to an OutOfMemoryError error. This is nothing Selenium should try to handle and wrap into a SessionNotCreatedException or...

C-java
help wanted

### What happened? The InvalidSelectorException in Java derives from NoSuchElementException, a FluentWait will retry until the timeout is reached. The InvalidSelectorException in C# derives from NoSuchElementException, a WebDriverWait will retry...

I-defect

The Keys.SHIFT is not working for multi select after upgrading to Firefox 83.0 (64-Bit). The provided code should select entries test1 to test7, worked fine using Firefox 81.0 (64-Bit). ##...

Errors due to the concurrent runs is a common issue in test automation. Currently there is no support for locks to avoid this in playwright and the tests must be...

v1.35

### What happened? When using a detached shadow root a DetachedShadowRootException should be raised. I am pretty sure this happens because the `ErrorHandler` does still use the none W3C `ErrorCodes`....

C-py
C-rb
C-java
I-defect

### Description Using xpaths will need to transfer the complete `wicked-good-xpath`, this can easily be replaced by a css locator. ### Motivation and Context This will reduce the size of...

### Description This will remove the usage of `FileBackedOutputStream` in the client, i don't think it is needed to cache on disk in the client for the following reasons: -...

### Feature and motivation When using Java 11 we should not need the guava library in the client bindings not realy, we can do some small changes to remove them....

C-grid
C-java
I-enhancement