webdriver
webdriver copied to clipboard
Remote control interface that enables introspection and control of user agents.
With PR #1791 we got extended support for the `unhandledPromptBehavior` landed which added a new Object type to define handlers for all the prompt handlers more granularly. While implementing the...
[`Element Send Keys` details the following steps:](https://www.w3.org/TR/webdriver2/#element-send-keys) > 11. Let source be the result of [create an input source](https://www.w3.org/TR/webdriver2/#dfn-create-an-input-source) with input state, and "key". > 12. [Add an input source](https://www.w3.org/TR/webdriver2/#dfn-add-an-input-source)...
Consider the following: - An action sequence with the _id_ of "default keyboard" is sent - [Perform actions is invoked](https://www.w3.org/TR/webdriver2/#perform-actions) - [`extract an action sequence`](https://www.w3.org/TR/webdriver2/#processing-actions) is invoked - [`process an...
Guys, I'm getting the following in my selenium test: > expected: but was: The issue is that I get different result when our tests is executed on our CI or...
It assumes there's some kind of response object available, but nothing passes this in to the algorithm. _Presumably_ this is the response to the HTTP request that was initially performed...
Follow-up from https://github.com/w3c/webdriver/pull/1812. While implementing the user prompt handler changes for WebDriver BiDi for the `beforeunload` user prompt in Firefox I noticed that Firefox and Chrome return both the default...
Linux running Wayland doesn't allow applications to set (or know) their screen coordinates, but does allow them to specify the size. Currently in WebDriver one can imagine handling this in...
* Make string valued handlers only set the alert/confirm/prompt modals, but object valued handlers with a `default` key set the default for all prompt types including `beforeUnload` * Unconditionally return...
Hi! We'd love to be able to get the main PID of the browser process back from WebDriver implementations (like chromedriver) in order to test the exposed accessibility API on...
This is similar to WebDriver BiDi, which was covered in https://github.com/w3c/webdriver-bidi/issues/473. If the `height` or `width` of the page is smaller than 2.54/72 = 0.0352 a `invalid argument` error should...