Henrik Skupin

Results 47 issues of Henrik Skupin

I tried to run bugsahoy locally but was not able to given that my account has 2fa enabled and the CGI script bails out: 192.168.123.3 - - [15/May/2014 15:03:00] "GET...

With the extension enabled I'm not able to edit any cells in a Google sheet. Instead it automatically sends the keys to the function input.

Geckodriver currently [needs a fallback](https://bugzilla.mozilla.org/show_bug.cgi?id=1489141) for deserializing the pointer origin because at least the Java implementation is still using the legacy `ELEMENT` identifier for pointer move primitives. Here an excerpt...

C-java
help wanted

### Feature and motivation With the [WebDriver BiDi specification](https://w3c.github.io/webdriver-bidi/) moving forward it would be great to see support for this protocol being added to Selenium. In case of Firefox we...

C-py
C-rb
C-dotnet
C-nodejs
D-firefox
I-enhancement
C-devtools

As it looks like there might be some incompatibilities with our CDP implementation when Fission is enabled on Windows. This was mentioned in #7659. I'm going to force disable Fission...

cla: yes

As discussed with @jgraham the support for `stale element reference` in WebDriver HTTP should be considered to be removed. There is basically no strong reason why `no such element` cannot...

With the [issue for geckodriver](https://github.com/mozilla/geckodriver/issues/931) filed by @juangj already 2 years ago we still have the problem in how to determine the correct screenshot dimension when elements have an absolute...

bug
Take Screenshot

Browsers are going to drop FTP (proxy) support. As such we should consider to remove `ftpProxy` from the proxy capability. For Firefox it will be removed in the upcoming 90.0...

New Session

In chapter [14. Cookies](https://w3c.github.io/webdriver/#dfn-adding-a-cookie#x14-cookies), section [14.3 Add Cookie](https://w3c.github.io/webdriver/#dfn-adding-a-cookie#x14-3-add-cookie): > Create a cookie in the cookie store associated with the active document’s address using cookie name name, cookie value value, and...

clarification
Add Cookie

If a navigation happens while a script is getting executed the script would always timeout if there isn't an early break out. As of now there is nothing listed in...