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 was 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"