clickTexts
Searches for text elements and clicks them one after another when found.
Examples:
await aui.clickTexts(['A big bear', 'Brown Fox', 'Walks into a bar']);
- @param {string[]} texts - An array of texts to be searched.
Searches for text elements and clicks them one after another when found.
Examples:
await aui.clickTexts(['A big bear', 'Brown Fox', 'Walks into a bar']);