jgraham
jgraham
Pointer events get a pointerID property. The ID must be unique per pointer, and the Pointer Events spec has some requirements, but WebDriver BiDi lacks specific text on how to...
https://bugzilla.mozilla.org/show_bug.cgi?id=1039678 has evidence of users doing automated testing in Chrome with `--disable-web-security` in order to allow running tests against sites that depend on external servers where the external server is...
WebDriver wants a hook that's called for every console API call, so that it can emit a relevant message; see https://github.com/w3c/webdriver-bidi/pull/73 The current spec draft defines the following patch: ```...
https://github.com/web-platform-tests/wpt/pull/12109/commits/0c152be0c4c4b808ebd91f4abae18c2a0faa896c has a case where `json-e` is used for dividing up tests into chunks. Example: $flattenDeep: $map: [{name: firefox, channel: nightly}, {name: chrome, channel: dev}] each(browser): $map: - [testharness, 1,...
e.g. in https://wpt.fyi/results/css/selectors?diff&filter=ADC&run_id=5719367384825856&run_id=5192487070072832 where all the tests were moved into the new location. The summary table shows the same number of tests for the "before" and "after" runs, but when...
The default view currently shows two blink based browsers, one gecko browser and one webkit browser. This doesn't seem particularly helpful to anyone. For people trying to compare engines, having...
These scripts are intended to run early in the Document lifecycle, before any content scripts have run. The actual running of the scripts is defined in the WebDriver BiDi specification,...
WebDriver BiDi wants to invoke the 'traverse the history by a delta` algorithm, and get a callback whenever the algoritihm has run to completion, either by failing or by the...
WebDriver is currently unable to simulate the action of an [IME](https://en.wikipedia.org/wiki/Input_method) in user input. These are widely used, particuarly when inputting scripts where there are far more available characters than...
### Description Since approximately May 16th, we've been experiencing a high failure rate for [web-platform-tests](https:://github.com/web-platform-tests/wpt) jobs running on macOS 13. This appears to be an infrastructure issue as we get...