element(at:)
Returns an element that resolves to the index into the query’s result set.
Declaration
func element(at index: Int) -> XCUIElementParameters
- index:
The element index to use.
Returns an element that resolves to the index into the query’s result set.
func element(at index: Int) -> XCUIElementThe element index to use.