Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 359 Bytes

view-hierarchy.md

File metadata and controls

19 lines (12 loc) · 359 Bytes

View Hierarchy

Following commands are going to help you to understand what is currently shown on the screen.

hierarchy

hierarchy command prints out the whole view hierarchy that is currently being shown

maestro hierarchy

query

query command finds an element that matches a condition:

maestro query [text=regex] [id=regex]