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.second("Process Payment");// click 2nd occurrence of "Process Payment"awaitautomator.set.third("First Name").to("Joyce");// set 3rd occurrence of "First Name"awaitautomator.set[0]('Shipping Information').to('2-Day');// set 1st "Shipping Address"awaitautomator.set[1]('Shipping Information').to('2-Day');// set 2nd "Shipping Address"awaitautomator.set.first('Shipping Information').to('2-Day');// set 1st "Shipping Address"awaitautomator.set.second('Shipping Information').to('2-Day');// set 2nd "Shipping Address"
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Examples:
The text was updated successfully, but these errors were encountered: