* Get all elements on the screen. Works only on native apps (not webviews). Will * return a filtered list of elements that make sense to interact with.
()
| 133 | * return a filtered list of elements that make sense to interact with. |
| 134 | */ |
| 135 | getElementsOnScreen(): Promise<ScreenElement[]>; |
| 136 | |
| 137 | /** |
| 138 | * Change the screen orientation of the device. |
no outgoing calls
no test coverage detected