webdriver
webdriver copied to clipboard
Remote control interface that enables introspection and control of user agents.
Let's add support for Map type [1] to clone algorithm [2] [1] https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map [2] https://w3c.github.io/webdriver/webdriver-spec.html#dfn-clone-an-object
This facilitates re-use in other specifications
Based on a discussion within the WPT core team, it would be good to have some guidance as to when things belong in the WebDriver spec versus when they should...
It would be great if Web Driver provided a means for a user agent to emit a Geolocation coordinates. These would be picked up by the Geolocation API's `requestPosition()` and...
In describing standard capabilities, the specification makes no distinction between capabilities provided by the local end and those provided by the remote end. This is generally fine because they largely...
In https://github.com/whatwg/html/pull/6315, HTML created an new concept, "navigable", which is almost certainly the correct thing for this specification to target, instead of browsing contexts. In particular, a navigable stays the...
It would be really handy to be able to force webdriver's browser context to emulate/mock particular media queries and media features. As far as I can see, there's no api...
I believe the expected behaviour is: * If the target already has focus, do nothing * Otherwise, if the target is focusable, set the selection to the last editable point...
Right now coordinates for eg. pointer actions require integer values: > Let x be the result of [getting the property](https://w3c.github.io/webdriver/#dfn-getting-properties) x from action item. > > If x is not...
The [An overridden reload](https://w3c.github.io/webdriver/#dfn-an-overridden-reload) term used by [10.5 Refresh](https://w3c.github.io/webdriver/#refresh) is not defined in the HTML specification and the [link](https://html.spec.whatwg.org/multipage/dom.html#an-overridden-reload) doesn't lead anywhere.