webdriver icon indicating copy to clipboard operation
webdriver copied to clipboard

Remote control interface that enables introspection and control of user agents.

Results 229 webdriver issues
Sort by recently updated
recently updated
newest added

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

enhancement
needs-discussion

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...

needs-discussion

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...

enhancement

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...

bug
Element Send Keys
needs-discussion

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...

enhancement
Perform Actions
needs-discussion

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.

bug
Refresh