Skip to main content
Version: 0.14.0

clickText

production

Searches for a text element and clicks it when found.

Examples:

await aui.clickText('A big bear');
  • @param {string} text - A text to be searched.