clickTextfield
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.
Searches for an element of type textfield with a specific placeholder text. If found, clicks it.
Examples:
await aui.clickTextfield('E-Mail Address');