WindowElementQuery: Extract<Query, {
    type: "window-element";
}>

A window element query is a query that searches for an element of a window. It will be processed by an ElementInspectionProviderInterface instance.

Type declaration

  • type: "window-element"

Generated using TypeDoc