Closed
Description
A number of specs have emerged to expose e.g. fake hardware as IDL interfaces to help with testing, e.g.:
Right now, these specs define their interfaces using WebIDL, but without qualifying the interfaces on the global on which they're exposed.
Since these interfaces are typically not exposed in a regular browsing context, I wonder if WebDriver should define a dedicated global on which these interfaces could be exposed (e.g. with [Exposed=WebDriverGlobal]
or [Exposed=TestGlobal]
.)
Metadata
Metadata
Assignees
Labels
No labels