webdriver
webdriver copied to clipboard
Remote control interface that enables introspection and control of user agents.
The capability cannot be used for matching as it only provides a computed value. Issue https://github.com/w3c/webdriver-bidi/issues/446 Related https://github.com/w3c/webdriver-bidi/pull/652 *** Preview | Diff
*** Preview | Diff
c.f. https://matrix.to/#/!zvtoFTlOBeOwHrBlEK:matrix.org/$yumW_YPZ6kAsKlD3SB_muMP9ImAUoF893INwdNegTEw?via=matrix.org&via=mozilla.org&via=igalia.com Nowhere does https://w3c.github.io/webdriver/#dfn-matching-capabilities match setWindowRect, so it effectively is ignored when passed as a capability (see: https://github.com/w3c/webdriver/issues/1792). However, per @whimboo: > In Firefox we match that capability and...
Split from discussion on https://github.com/w3c/webdriver-bidi/issues/446 (c.f. https://github.com/w3c/webdriver/pull/1790#issuecomment-1935920012). Not everything in https://w3c.github.io/webdriver/#capabilities has defined matching behaviour under https://w3c.github.io/webdriver/#dfn-matching-capabilities. If I pass `setWindowRect` as an `alwaysMatch` capability, what should behaviour be? Currently,...
Closes https://github.com/w3c/webdriver/issues/1793 WPT: https://github.com/web-platform-tests/wpt/pull/44602 *** Preview | Diff
Local automation run with Selenium can upload the directory using **_sendKeys_**, but via **RemoteWebDriver** it's not allowed, because **_LocalFileDetector_** doesn't allow the folder to be uploaded. As an example, locally...
The problem is that a [Wheel input source in the WebDriver classic specification](https://w3c.github.io/webdriver/#wheel-input-source) does not have `x` and `y` coordinates. But then we run into a problem in [`get coordinates...
Mid-way through executing a sequence of actions it's useful to be able to scroll an element into view. A "scroll into view" primitive would enable this.
Quite some time ago we get a [report for geckodriver](https://github.com/mozilla/geckodriver/issues/1788) that uploading a folder doesn't work. Hereby the relevant code didn't specify a list of files as required by the...
> 10.6 Get Title Currently, "Get Title", which is specified as being equivalent to `javascript:document.title`, is under the section Navigation. To me, that makes little sense - it seems unrelated...