You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: roadmap.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ This scenario loads a web page within a new tab, and uses script evaluation to e
33
33
This scenario sets up handlers for network events and then navigates to a web page. The provided timing information from the emitted events can be used to measure the page load performance by storing the relevant data eg. in a HAR file. In spec terms, this involves:
34
34
35
35
-[x] Some items from the previous scenario
36
-
-[][Network events for the request to be sent, and response started and completed](https://github.com/w3c/webdriver-bidi/pull/204)
36
+
-[x][Network events for the request to be sent, and response started and completed](https://w3c.github.io/webdriver-bidi/#module-network)
37
37
38
38
### Submitting forms
39
39
@@ -57,7 +57,7 @@ In this scenario a `MutationObserver` is installed by a bootstrap script as earl
57
57
-[x] Some items from the previous scenarios
58
58
-[x][Adding a preload script](https://w3c.github.io/webdriver-bidi/#command-script-addPreloadScript)
59
59
-[x][Installing the preload script](https://w3c.github.io/webdriver-bidi/#preload-scripts)
60
-
-[][Back channel for communicating with the client](https://github.com/w3c/webdriver-bidi/pull/361)
60
+
-[x][Back channel for communicating with the client](https://w3c.github.io/webdriver-bidi/#type-script-Channel)
61
61
-[x][Removing a preload script](https://w3c.github.io/webdriver-bidi/#command-script-removePreloadScript)
0 commit comments