Skip to main content
Version: Next

clickTexts

production

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.