Open
Bug 1901250
Opened 1 year ago
Updated 1 year ago
Error message for a11y locator start nodes should be updated to mention document
Categories
(Remote Protocol :: WebDriver BiDi, defect, P3)
Remote Protocol
WebDriver BiDi
Tracking
(Not tracked)
NEW
People
(Reporter: jdescottes, Unassigned, Mentored)
References
(Blocks 1 open bug)
Details
(Whiteboard: [lang=js][webdriver:backlog])
In Bug we updated the logic to accept document/document fragment, but the error message is still only mentioning elements:
Expected an item of "startNodes" to be an Element, got ${startNode}
We should update it to mention that we also accept document and document fragment.
Reporter | ||
Updated•1 year ago
|
Mentor: jdescottes
Severity: -- → S3
Priority: -- → P3
Whiteboard: [lang=js][webdriver:backlog]
You need to log in
before you can comment on or make changes to this bug.
Description
•