Hello,
I am trying to run the practice task from Selectors topic - Practice 2 - Set Data
The requirement is to fill the web form under www.rpachallenge.com from the data given in an excel.
I have managed to type into the required data in the corresponding fields and then click submit to enter the next row of data. However, i am facing a problem while entering the address data.
When the automation is running, it fills in all the fields one by one and after address text is being filled, it skips pages multiple (3-4) times before it lands on the page and reads and enter the next row of data.
If i disable the type into activity for “address” it works normal. Not sure what is wrong here.
attached the .xaml file for reference.
Main.xaml (50.9 KB) CompanyWorkers.xlsx (9.4 KB)