Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0969d8d

Browse files
authored
Add WebDriver BiDi navigation callbacks
This change is motivated by WebDriver BiDi needing to observe the progress of navigations, in order to support commands and events related to navigation: w3c/webdriver-bidi#93 In HTML, this adds a single new concept; a navigation id which is a unique id generated for each navigation. This enables WebDriver BiDi to tell when events are from the same navigation. In WebDriver BiDi, a navigation status struct is defined, with an id, a URL and a status. This is used as a uniform interface for communicating the navigation progress through all the integration points, even though not all fields are useful in all cases. The actual integration points added are: * Navigation started * Navigation aborted * Navigation failed * Download started * Fragment navigated * DOM load complete * Load complete
1 parent 6770de4 commit 0969d8d

File tree

1 file changed

+190
-29
lines changed

1 file changed

+190
-29
lines changed

0 commit comments

Comments
 (0)