webdriver icon indicating copy to clipboard operation
webdriver copied to clipboard

Various things to export

Open marcoscaceres opened this issue 4 years ago • 2 comments

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.

marcoscaceres avatar Jun 17 '21 04:06 marcoscaceres

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)

cbiesinger avatar May 09 '23 15:05 cbiesinger

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)

cbiesinger avatar Jun 19 '23 17:06 cbiesinger