w3c/webdriver Issues

Last updated May 17, 2024, 5:58:34 AM UTC.

This repository doesn't have the Priority: Eventually label that's used to mark an issue as triaged without giving it an SLO. Until that's added, this summary uses heuristics to guess if each issue has been triaged.

Untriaged

Try to triage issues within . [ More Info ]

Issue Title Within SLO On maintainers' plates for Time left Time past SLO
#1103 Copy/paste width/height typo
#1104 Unclear definition of "pointer-interactable element"
#1106 Element can match multiple ifs under Element Click
#1126 Back is returning before elements are accessible on a slowly loading page
#1132 Its unclear what to do if this fails
#1135 Make default unhandled prompt behavior crystal clear
#1179 protocol extension: define what ‘additional characters’ mean
#1180 JSON serialisation of FileList and File
#1190 element click: descendants of <optgroup disabled> should not be clickable/clearable
#1194 read only: should also consider <textarea> elements
#1195 disabled: introduce new, recursive definition
#1203 Clarify how firstMatch capabilities are validated against alwaysMatch
#1208 Event firing does not specify attributes
#1246 Capability defaults are split between Match Capabilities and New Session
#1251 Define the correct rect for Take Screenshot
#1260 Once CSSOM View defines "client window", use that for all window manipulation
#1279 Element Click fails on a <tr> with an even number of <td>'s
#1293 New capability: `injectScript`
#1295 Replace obsolete ToInteger() for checking an Integer
#1297 document doesn't define "modifier key unicode graphemes"
#1301 "Element Click" should consider overlay elements
#1302 Key action primitives reference deprecated "which", "charCode", "keyCode" properties of KeyboardEvent
#1305 Support find element by image as part of WebDriver spec?
#1322 Element Send Keys always resets shift key for lowercase letters
#1334 Inconsistent treatment of identifiers and keywords
#1344 Define sets of commands
#1349 Define error semantics on serialising JS return values
#1350 Allow accessing text in a shadow tree
#1359 not all commands invoke the user prompt handler
#1360 Keyboard input inconsistencies
#1374 Review ECMA-262 dependencies
#1379 Make it explicit that Perform Actions should support resetting key input state with Null Key (\ue000)
#1393 Cleanup unused spec language in §11.4 Element Click
#1398 'clear' command should allow changing non-interactable file inputs, like sendKeys
#1402 In-view center point algorithm is wrong for elements larger than the viewport
#1408 New Session leaks "invalid argument"
#1411 Define click behavior for imagemaps
#1414 Feature Request: Add arbitrary HTTP headers to requests made by the browser
#1423 Manual proxy configuration
#1425 Change proxy settings after the Webdriver has been created
#1426 Allow Delete All Cookies to delete *all* browser cookies, regardless of the current domain
#1431 Correct specification of parallel operations
#1434 Switch order of matching conditions in Element Send Keys
#1519 The definition of focus is not specified here
#1530 Having only "alwaysMatch" but no "firstMatch" capabilities doesn't work as defined
#1531 Rethinking the "link text" location strategies
#1550 "Navigate to" should explicitly check the "url" property is a string
#1551 "New Window" doesn't do any type checking of the "type" argument
#1557 Keyboard events code might be different depending on the browser
#1558 Clarify user prompt handling for switch to parent frame when already top-level browsing context
#1560 "New Window" command has to wait for initial "about:blank" being loaded
#1563 elementClick: The click point is stored, but never used
#1564 Usage of context.object is deprecated in favor of "this"
#1569 Type of timeouts used for element/click etc. unclear
#1570 Wrong error specified by "Add Cookie" for domain mismatch
#1575 Incorrect origin type
#1581 Explicitly state implicit timeout unit
#1583 Capability to disable CORS checks [for given domains]
#1588 Drop (most of) index, use xref instead
#1592 Rename master branch to main
#1596 Set Timeouts should update existing timeouts, not overwrite them all
#1605 Default User Prompt Behavior Incorrect
#1624 There is no Makefile
#1626 Feature Request: window/restore
#1632 Clarify situation where an element is not meaningfully visible
#1640 [actions] Specify how pointers are assigned a pointerId
#1641 [actions] Handling of shift depressed state in key-type actions
#1643 Browser-based attacks on WebDriver implementation
#1644 Cookies - SameSite policy link to "None"
#1647 Feature Request: Enable right clicking via click endpoint
#1668 Add composition action for supporting IMEs
#1669 Double quote mistype
#1674 Consider retaining pointer properties between actions
#1675 Is returned Symbol value expected to be serialized as an empty object for executing script?
#1678 Take Screenshot command missing "Handle any user prompts" step
#1680 Scroll into view: scroll position `end` vs. `center`
#1682 Respect whitespaces for Get Element Text command
#1690 Should coordinates for actions should support floats and not integer?
#1693 Emulating media queries and media features
#1698 Unclear asymmetry in the interpretation of capability
#1700 A means to emit geolocation positions
#1701 Add guidelines as to when commands should be in WebDriver v. other specs
#1706 Namespace and export relevant definitions
#1717 Element Click does not handle situation where the element has no container
#1720 Investigate how to handle autofocus tests for newly inserted elements
#1722 Interactability `in view` definition seems ambiguous, making it unclear if `inert` elements are `in view`
#1727 "Get Computed Role" should reference WAI-ARIA Computed Role
#1730 Call of toJSON in the internal JSON clone algorithm
#1731 [Feature]: mimic mouse human gestures like NodeJS/pptr Ghost-Cursor
#1735 Broken references in WebDriver
#1737 platformName where the browser is remote to the endpoint node
#1743 Keyboard Layouts in Webdriver
#1746 Remove browsing context argument for "get or create a node reference"
#1747 Unknown key `Return`
#1761 Whether to print headers or footers when printing in Chrome.
#1764 What are the intended default margins for Print Page (section 18.1)
#1772 Clarify how the double click tracking should work in the actions
#1776 Consider introducing per-Element script execution.
#1781 What's a "user prompt"?
#1806 "Run the post navigation checks" doesn't make sense
#1809 Clearing input cancel list in Element Send Keys
#1810 "Create an input source" doesn't add the source to the map
#1812 Fix issues with User Prompt Handler after PR #1791