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)

task

Tracking

(Not tracked)

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.

Whiteboard: [webdriver:backlog]
Priority: -- → P3

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.