Contents

XCUIElementTypeQueryProvider

A type that provides ready-made queries for locating descendant UI elements.

Declaration

@MainActor protocol XCUIElementTypeQueryProvider

Overview

Accessing the properties to get queries for descendant elements on an instance of a conforming class (such as an XCUIElement or XCUIElementQuery instance) is equivalent to calling descendants(matching:) for the corresponding element type.

Topics

Finding the first matching element

Querying descendant elements

See Also

UI element queries