Slide 13
Slide 13 text
13
XCUIElement
XCUIElement is a proxy for
elements in your UI
DEFINITION: XCUIElement is a proxy for elements in your app. It’s
made of a type (button, cell, window, etc) and an identifier
(accessibility identifier, label, title, etc). These types and
identifiers are used by queries to find your elements.
Elements are found with queries
which is a combination of type
and identifier
Identifier
Element Query Type