Skip to main content
Version: Next

clickTextfieldNearestTo

production

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.