Closed
Bug 1885577
Opened 7 months ago
Closed 6 months ago
Add support for a11y attributes locator for "browsingContext.locateNodes" command
Categories
(Remote Protocol :: WebDriver BiDi, task, P2)
Remote Protocol
WebDriver BiDi
Tracking
(firefox127 fixed)
RESOLVED
FIXED
127 Branch
Tracking | Status | |
---|---|---|
firefox127 | --- | fixed |
People
(Reporter: jdescottes, Assigned: Sasha)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [webdriver:m11], [wptsync upstream][webdriver:relnote])
Attachments
(6 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
The specification for this feature is in progress at https://github.com/w3c/webdriver-bidi/pull/660
The goal is to support accessibility name and accessibility role for browsingContext.locateNodes.
Reporter | ||
Updated•7 months ago
|
Whiteboard: [webdriver:m11]
Reporter | ||
Updated•7 months ago
|
Whiteboard: [webdriver:m11]
Reporter | ||
Updated•7 months ago
|
Points: --- → 5
Priority: -- → P2
Assignee | ||
Updated•6 months ago
|
Assignee: nobody → aborovova
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•6 months ago
|
||
Assignee | ||
Comment 2•6 months ago
|
||
Assignee | ||
Comment 3•6 months ago
|
||
Assignee | ||
Comment 4•6 months ago
|
||
Assignee | ||
Comment 5•6 months ago
|
||
Assignee | ||
Comment 6•6 months ago
|
||
Pushed by aborovova@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6351c5df314c
[bidi] Add validation for locator "value" for "css", "xpath", "innerText" locator types in "browsingContext.locateNodes" command. r=webdriver-reviewers,jdescottes
https://hg.mozilla.org/integration/autoland/rev/ad0ed208f640
[wdspec] Add invalid cases for locator value for "css", "xpath", "innerText" locator types. r=webdriver-reviewers,jdescottes
https://hg.mozilla.org/integration/autoland/rev/35fdb4764f29
Move accessibility module to the shared folder. r=webdriver-reviewers,jdescottes
https://hg.mozilla.org/integration/autoland/rev/5d2758107bf2
[bidi] Add support for accessibility attributes locator for "browsingContext.locateNodes" command. r=webdriver-reviewers,jdescottes
https://hg.mozilla.org/integration/autoland/rev/06b4ab84f5b3
[bidi] Sort private methods alphabetically in browsingContext windowglobal module. r=webdriver-reviewers,jdescottes
https://hg.mozilla.org/integration/autoland/rev/bcae0a37d784
[wdspec] Add tests for accessibility attributes locator for "browsingContext.locateNodes" command. r=webdriver-reviewers,jdescottes
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/45798 for changes under testing/web-platform/tests
Whiteboard: [webdriver:m11] → [webdriver:m11], [wptsync upstream]
Comment 9•6 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/6351c5df314c
https://hg.mozilla.org/mozilla-central/rev/ad0ed208f640
https://hg.mozilla.org/mozilla-central/rev/35fdb4764f29
https://hg.mozilla.org/mozilla-central/rev/5d2758107bf2
https://hg.mozilla.org/mozilla-central/rev/06b4ab84f5b3
https://hg.mozilla.org/mozilla-central/rev/bcae0a37d784
Status: ASSIGNED → RESOLVED
Closed: 6 months ago
status-firefox127:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 127 Branch
Upstream PR was closed without merging
Upstream PR merged by moz-wptsync-bot
Upstream PR merged by moz-wptsync-bot
Updated•4 months ago
|
Whiteboard: [webdriver:m11], [wptsync upstream] → [webdriver:m11], [wptsync upstream][webdriver:relnote]
You need to log in
before you can comment on or make changes to this bug.
Description
•