You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.
awaitautomator.click.button("Process Payment");// click a buttonawaitautomator.click.link("Process Payment");// click a linkawaitautomator.click.menuitem("Process Payment");// click a menuitemawaitautomator.click.command("Process Payment");// click a button, link, or menuitemawaitautomator.set.textbox("First Name").to("Joyce");awaitautomator.set.radiogroup('Shipping Information').to('2-Day');
Examples:
Note that this proposed syntax uses WAI ARIA Widget Roles.
The text was updated successfully, but these errors were encountered: