webdriver
webdriver copied to clipboard
Remote control interface that enables introspection and control of user agents.
Closes https://github.com/w3c/webdriver/issues/1823 As discussed in the issue, returning the main PID of the browser will allow us to do accessibility testing of platform accessibility APIs exposed by the browser. Otherwise,...
At the moment, running ["serialize the user prompt handler" algorithm](https://w3c.github.io/webdriver/#dfn-serialize-the-user-prompt-handler) in case of BiDi when a client didn't specify `unhandledPromptBehavior` capability will resolve to `dismiss and notify` value which is...
HTML recently added the concept of ["Close Requests"](https://html.spec.whatwg.org/multipage/interaction.html#close-requests), and ["CloseWatchers"](https://html.spec.whatwg.org/multipage/interaction.html#the-closewatcher-interface). It would be good if WebDriver had a way to trigger a close request that was independent of a specific...
### Feature and motivation Each WebElement must have a By locator that uniquely locates it. As far as I can tell, the locator is protected and not available. There are...
Pls add displayHeaderFooter field to https://www.selenium.dev/selenium/docs/api/java/org/openqa/selenium/print/PrintOptions.html
See also https://github.com/w3c/webdriver/issues/1826 The spec currently says under https://w3c.github.io/webdriver/#dfn-set-window-rect: > If the [remote end](https://w3c.github.io/webdriver/#dfn-remote-ends) does not support the [Set Window Rect](https://w3c.github.io/webdriver/#dfn-set-window-rect) [command](https://w3c.github.io/webdriver/#dfn-commands) for session's [current top-level browsing context](https://w3c.github.io/webdriver/#dfn-current-top-level-browsing-context) for any...
[There's been some talk about supporting `await` in the Execute Script and potentially Execute Async Script.](https://wiki.mozilla.org/WebDriver/Meetings/2019-02-04#Minutes) This could be a great improvement, but it needs a little more definition before...
The table entry for comma is: "," | "" rather than the second full stop? Appears to be the same in the current editor's draft version of the spec as...
There is currently a difference between Firefox and Chrome / Safari when actions are performed within an `iframe`. While Firefox uses the iframe's visual viewport as reference to dispatch the...
https://w3c.github.io/webdriver/#user-prompts > implementations must act as if showing an unload prompt is likely to be annoying, deceptive, or pointless. What's up with this language in the spec? Plenty of applications...