We will be using the UiPath Anchorbase activity here to find the form labels. We are using this activity since the fields can move and we do not have a reliable selector:
- Let's make the automation open the Google Chrome browser and go to rpachallenge.com. To do that, add an Open Browser activity, specify the browser type as Chrome, and specify the URL to the RPA challenge website.
- Next, add a Click activity and point to the START button on the RPA challenge page in the Chrome browser.
- We will now iterate through all the rows of the Data Table and use that data to fill in the forms. To do that, let's add a row in the ForEach activity and update the Data Table value to the dataTable variable, as shown:
- Let's now add a new sequence to the body called Update the Form Sequence to organize the input activities. Within this sequence, add an Anchor Base activity. For this activity's properties...