Skip to content

Commit 8813f7f

Browse files
authored
Check two more items from the roadmap (#410)
1 parent 9763a32 commit 8813f7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roadmap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This scenario loads a web page within a new tab, and uses script evaluation to e
3333
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:
3434

3535
- [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)
3737

3838
### Submitting forms
3939

@@ -57,7 +57,7 @@ In this scenario a `MutationObserver` is installed by a bootstrap script as earl
5757
- [x] Some items from the previous scenarios
5858
- [x] [Adding a preload script](https://w3c.github.io/webdriver-bidi/#command-script-addPreloadScript)
5959
- [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)
6161
- [x] [Removing a preload script](https://w3c.github.io/webdriver-bidi/#command-script-removePreloadScript)
6262

6363
### Replacing resources with test data

0 commit comments

Comments
 (0)