region method
Configure checkWithTag to match a region or element in a window, instead of the entire window.
Syntax
Call syntax
XCUICheckSettings* target = [ Target region : region ]
;
Declaration
(XCUICheckSettings *)region:(Region *)region
Parameters
- region
- Type:Region*
- The region to be checked.
Return value
- Type: XCUICheckSettings*