Open
Bug 1769527
Opened 3 years ago
Updated 3 years ago
Update wdspec tests for "browsingContext.navigate" to assert for "document.readyState"
Categories
(Remote Protocol :: WebDriver BiDi, task, P3)
Remote Protocol
WebDriver BiDi
Tracking
(Not tracked)
NEW
People
(Reporter: whimboo, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [webdriver:backlog])
The current webdriver tests do only check that the URL is correctly set for the browsing context that has been navigated. We should extend this by also checking for the document.readyState
.
To not have to switch between browsing contexts back and forth, lets wait until we have the basic script.evaluate
support added to our WebDriver BiDi implementation.
Reporter | ||
Updated•3 years ago
|
Whiteboard: [webdriver:backlog]
Updated•3 years ago
|
Priority: -- → P3
Reporter | ||
Comment 2•3 years ago
|
||
This needs script.evaluate
to be able to return primitive values. The necessary work will be done on bug 1770476.
Depends on: 1770476
You need to log in
before you can comment on or make changes to this bug.
Description
•