webdriver icon indicating copy to clipboard operation
webdriver copied to clipboard

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

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

https://w3c.github.io/webdriver/#element-click > If the element is an input element in the file upload state return error with error code invalid argument. Looks like this is because [it can open a...

This is really designed for BiDi, allowing actions to specify the origin relative to an element in the form: { type: "element" sharedId: } rather than sending in a WebDriver-style...

As discussed with @jgraham the support for `stale element reference` in WebDriver HTTP should be considered to be removed. There is basically no strong reason why `no such element` cannot...

> "mouse' Must be **"mouse"**

WebDriver key actions don't cover the case of IME inputs, in which multiple composition events end up inserting one or more characters that don't directly map to the keys pressed....

e.g., what happens when you send a touch action when the browser and/or device doesn't support it? It's unclear whether [Create a pointer input source](https://w3c.github.io/webdriver/#dfn-create-a-pointer-input-source) is actually meant to be...

Perform Actions

e.g. https://w3c.github.io/webdriver/#execute-script step 8 says: > Upon rejection of promise with reason r, let result be a JSON clone of r, and return error with error code javascript error and...

Since cookie values at least are a byte sequence, it needs to be specified how these are converted to a string and vice versa.

bug
Get Named Cookie
Get All Cookies
Add Cookie

In chapter [8. Navigation](https://w3c.github.io/webdriver/webdriver-spec.html#go#x8-navigation), section [8.1 Go](https://w3c.github.io/webdriver/webdriver-spec.html#go#x8-1-go): > Let url be the result of getting a property named url from the parameters argument. This step is done both in step...

bug
Navigate To

The webdriver spec https://w3c.github.io/webdriver/webdriver-spec.html#add-cookie forces the current browser session to be on the domain where you are adding the cookie to. This makes tons of sense and I agree with...

enhancement
Get All Cookies
Add Cookie