Skip to content

Define WebIDL Global to host WebDriver targeted APIs #1534

Closed
@dontcallmedom

Description

@dontcallmedom

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions