-
### What happened?
Hi,
we are facing some problems since recent versions of Firefox and Selenium for dealing with confirmation dialog that are displayed using beforeunload events. So, first of all…
surli updated
2 months ago
-
Follow-up from https://github.com/w3c/webdriver/pull/1812.
While implementing the user prompt handler changes for WebDriver BiDi for the `beforeunload` user prompt in Firefox I noticed that Firefox…
-
Rather than muddy the problem issue #197 with a specific proposed solution, I'm posting this as a standalone issue. Ideally we could turn this Issue into an Explainer and eventually a Spec, but the go…
-
Currently if you try to serialize a `NodeList` you're just going to end up with a handle to the remote object, rather than a helpful `value` property containing an array of the nodes. We should fix th…
-
See #44688 for full background.
The WebDriver implementation of `testharness.js` must switch to the `testharness.js` browsing context to run [`testharness_webdriver_resume.js`](https://github.com/w…
-
One request often heard from users is that they want to simulate a browser at a specific geolocation for their sites. WebDriver should provide a mechanism to facilitate this testing.
-
Today Firefox uses https://github.com/sitespeedio/browsertime-extension to add things like cookies, request headers etc.
When Bidi for Firefox supports that functionality, we should use that instea…
-
WebDriver 1.0 has a fixed set of error code strings. We can re-use many of these to report errors in corresponding bidi commands and add new error codes for any new bidi commands we introduce. However…
-
### What would you like?
With the implementation for WebDriver Bidi, we need to determine whether or not implementing BiDi for firefox is a breaking change. There is a quick spike on this [circle C…
-
Hello. I wonder if it's planning to add a similar method to screencast the frames from a session/test, similar to the CDP method Page.startScreencast.
After get/save the frames, it's possible to pr…