Version:
type
WindowElementQuery
A window element query is a query that searches for an element of a window.
It will be processed by an ElementInspectionProviderInterface instance.
typescript
type WindowElementQuery = Extract<Query, { type: "window-element" }>Was this page helpful?