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

c.f. https://w3c.github.io/webdriver/#user-prompts Safari, for example, shows a dialog for downloading files, given there's various ways that websites can effectively trigger a download themselves: Based on my reading of the spec,...

At the moment, the spec doesn't specify how the double (or triple click, etc.) tracking should work in the actions. For example, it's not clear, if it should be possible...

Perform Actions
needs-discussion

> New Session Creating a new session can be slow. In my tests, it's between 300-500ms on Chrome, and about 2x that on Firefox. Reusing sessions can significantly improve test...

> 13.2 Executing Script It would be nice if we could have the identical document level script execution, per element, such that `this` would be set to the element in...

An observation about [Section 18.1 Print Page](https://www.w3.org/TR/webdriver2/#print-page) with the w3c WebDriver spec. With the remote end steps, it's stated that the default page width and height (steps 10 & 11)...

Print Page

An issue came up when designing a WebDriver extension for the HTML Standard. Apparently some WebDriver extensions use enum value naming that is inconsistent with https://w3ctag.github.io/design-principles/#casing-rules. E.g., https://github.com/w3c/secure-payment-confirmation/issues/219. Can we...

I am using [selenium](https://github.com/SeleniumHQ/selenium) to drive `chrome`, rendering HTML pages into PDF, and I have succeeded. However, I found that I cannot set the styles for headers and footers, nor...

I haven't been able to understand this by reading the specs, looking online sending actions to the chromedriver. What is the pointerCancel action used for exactly? When would you perform...

Some of the Pointer Events features need to be tested manually since it isn't really possible to have automated tests for coalesced, and especially predicted events: https://w3c.github.io/pointerevents/#coalesced-and-predicted-events

enhancement
Perform Actions
needs-discussion

The terms look a bit confusing to me, so before I start using them in the [Generic Sensor spec](https://w3c.github.io/sensors) I'd like to double check I've understood everything correctly. The way...