Skip to main content
Version: Next

element

production

Filters for any UI element on the screen. Since the element() itself doesn't describe any particular property of the element, in most cases, it must be used in combination with relational descriptions such as above(), below() or nearestTo() etc.

Examples:

await aui.moveMouseTo().element().below().text('Layers').exec();