Skip to main content
Version: Next

clickTextfield

production

Searches for an element of type textfield with a specific placeholder text. If found, clicks it.

Examples:

await aui.clickTextfield('E-Mail Address');
  • @param {string} placeholder - The textfields placeholder text.