webdriver
webdriver copied to clipboard
Remote control interface that enables introspection and control of user agents.
I came to an issue where I try to use chromedriver.exe to navigate to a file. When I use an not existen file for example `file:///c:/test/NotExistenFile.html` then of course browser...
This is a large change, but it's almost entirely refactoring. The main aim here is to split the session concept so that there's a base "session" which holds the session...
The definition of what happens to a prompt created from a `beforeunload` event unintentionally changed from being implicitly dismissed from explicit navigation to implicit navigation. the link used to go...
https://w3c.github.io/webdriver/#dfn-table-for-cookie-conversion is missing https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis#section-5.4.1 - is that intentional?
The old JSON Wire protocol had an argument to specify which button to use when right clicking: https://www.selenium.dev/documentation/legacy/json_wire_protocol/#sessionsessionidclick Would it be possible to include this new feature as well with...
Please consider to add link for `None` in the same way like `Lax` and `Strict` was added.
The security section of the specification does not mention the risk associated with exploiting the user browser for executing commands on the WebDriver. In practice, several implementation of WebDriver have...
This should probably return "move target out of bounds" or something, but at the moment the spec algorithm doesn't account for the possibility of an element without bounding client rects.
We currently have some tests that assume that a keyDown action that depresses the shift key, followed by a keyDown action with value "a" will result in text input "A",...
Pointer events get a pointerID property. The ID must be unique per pointer, and the Pointer Events spec has some requirements, but WebDriver BiDi lacks specific text on how to...