andreastt
andreastt
We should fix this. Could we reuse the Infra wording for [forgiving base64-encode](https://infra.spec.whatwg.org/#forgiving-base64) in both places?
I suspect we need to find out if the target web element is inside a frame, then first scroll all of its parent frame elements into view recursively.
I have two questions: 1. We want to add extension locator strategies to WebDriver, and one way to do that would be to register a chunk of JS with the...
> Only allowing pinned scripts to be uploaded at session creation seems interesting but I wonder if it's flexible enough. At session creation time you might not know that you're...
> I don't think we need something different for element location, because we already handle the use case of `execute/sync` endpoint returning an Element ID value. In my original comment...
@titusfortner I think there is agreement on the general approach, but there are a number of outstanding issues that prevents this PR from landing. Do you have time to move...
Gerardo Capiel: > This would enable testing of video/audio playback and Web Audio API.
[Mutable form control elements](https://w3c.github.io/webdriver/#dfn-mutable-form-control-element) Elements rendered as something other than a text input control are special cased in the remote end steps for [Element Send Keys](https://w3c.github.io/webdriver/#element-send-keys), step 8, match clause...
I fixed the definition of which form controls we should bypass using actions for in https://github.com/w3c/webdriver/pull/1471. That should help explain the intention of the spec. The NULL character breaking to...
(I am currently between jobs and will not have the capacity to work on this until further notice.)