-
Discussion in `#web-platform-tests` (Matrix): https://matrix.to/#/!wKNaTuhRJSXtjUVpfk:matrix.org/$fZiFflhkB2WbFvaTnxV_5bPIkVxPLeMQccMl7_69Z4c?via=matrix.org&via=mozilla.org&via=igalia.com
It does n…
-
As suggested in https://github.com/w3c/process/issues/672#issuecomment-1311212063, the IPR bot should allow to commit changes within the 45-day grace period according to the process.
Context: the B…
OrKoN updated
3 months ago
-
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.
-
In an effort to help specifications use auto-links to the HTML spec (which relies on relevant definitions from the HTML spec being marked as exported), I've looked at non-exported definitions that 3 s…
-
I am using the selenium webdriver for Firefox for a project and I noticed that when I use execute_script, and I have a debugger statement in the JavaScript code that I pass through to it, the breakpoi…
-
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…
-
Follow up after https://github.com/w3c/webdriver-bidi/pull/206
As a BiDi user, I want to be able to use arguments of the event `log.entryAdded`. Currently there is no way to do it, as the ownership…
-
Add features to the spec to enable implementation of critical automation usecases. In particular something like
* Refactor event filtering to allow backfilling missed events
* Specify navigation pri…
-
### 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…
-
### Minimal, reproducible example
```TypeScript
import puppeteer from "puppeteer";
const browser = await puppeteer.launch({
browser: "firefox"
});
const page = await browser.newPage();
aw…