clickTextfieldNearestTo
Searches for an element of type textfield with a specific label nearest to it. If found, clicks it.
Examples:
await aui.clickTextfieldNearestTo('E-Mail Address');
- @param {string} label - The textfields label.
Searches for an element of type textfield with a specific label nearest to it. If found, clicks it.
Examples:
await aui.clickTextfieldNearestTo('E-Mail Address');