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

Browsers are going to drop FTP (proxy) support. As such we should consider to remove `ftpProxy` from the proxy capability. For Firefox it will be removed in the upcoming 90.0...

New Session

I would like to propose converting the specification to use the [Bikeshed spec pre-processor](https://github.com/tabatkins/bikeshed). Bikeshed produces specification documents that are equivalent to [ReSpec](https://github.com/w3c/respec/wiki) that we currently use, but instead of...

proposal

ReSpec support automatically cross linking to other specs via its xref feature. For [specs that are indexed](https://github.com/w3c/browser-specs), you can just link to things directly. I'll send a short pull request...

Add a [Locator Strategy](https://w3c.github.io/webdriver/#locator-strategies) for locating an input-type element (``, ``, etc and potentially even non-input [labellable elements](https://www.w3.org/TR/html52/sec-forms.html#labelable-element)) by the text of the label for that element. In addition to...

Right now, the Webdriver Actions API has three action types, pointerdown, pointermove and pointerup. For stylus, if the pen is approaching the digital tablet, we should fire a pointerenter event,...

In chapter [12. Elements](https://w3c.github.io/webdriver/#dfn-strategy#x12-elements), section [12.5 Interaction](https://w3c.github.io/webdriver/#dfn-strategy#element-interaction): > Wait in an implementation-specific way up to the session implicit wait timeout for element to become interactable. pageLoad says: > Start a...

I have a pet project similar to Nomorobo. It monitors a phone line and screens calls based on Caller ID. My program also performs a carrier call trace and files...

In chapter [14. Cookies](https://w3c.github.io/webdriver/#dfn-adding-a-cookie#x14-cookies), section [14.3 Add Cookie](https://w3c.github.io/webdriver/#dfn-adding-a-cookie#x14-3-add-cookie): > Create a cookie in the cookie store associated with the active document’s address using cookie name name, cookie value value, and...

clarification
Add Cookie

The specification does not specify the `Content-Type` used for WebDriver requests. Even if the content of the request body is JSON, it appears to be valid (according to the specification)...

If a navigation happens while a script is getting executed the script would always timeout if there isn't an early break out. As of now there is nothing listed in...