webdriver
webdriver copied to clipboard
Various things to export
Other specs are relying on:
- [ ] current browsing context
- [ ] WebDriver error
- [ ] WebDriver error code
- [ ] extension command
- [ ] extension command URI template
- [ ] invalid argument
- [ ] local end
- [ ] remote end steps
- [ ] session
- [ ] success
the spec should data-export="" the ones that are appropriate.
Looks like several of those were exported in https://github.com/w3c/webdriver/pull/1639/files, though "error" does not have the WebDriver prefix. This is a very generic term, it probably should have at least a for="" attribute. (fyi @domenic @jyasskin)
Definitions I need for the FedCM commands that are not exported yet:
- the "no such alert" error code (https://github.com/w3c/webdriver/blob/master/index.html#L1196)
- "getting a property" (https://github.com/w3c/webdriver/blob/master/index.html#L366)
And the above-mentioned:
- error code (https://github.com/w3c/webdriver/blob/master/index.html#L1096)
Also:
- endpoint node
- extension capability
- validate capabilities
- matching capabilities
(needed for PRs like https://github.com/w3c/webauthn/pull/1353/files that expose extension capabilities)