Skip to main content
Version: Next

image

production

Filters for a UI element 'image'.

Examples:

// Works if there is only one image visible on the screen
await aui.click().image().exec();

// Works if you have an image with
// a text below
await aui.click().image().above().text('Automating WebGL').exec();