clickButton
Searches for an element of type button with a label and clicks it when found.
Examples:
await aui.clickButton('Sign Up');
- @param {string} label - The buttons label
Searches for an element of type button with a label and clicks it when found.
Examples:
await aui.clickButton('Sign Up');