I am currently working on Assignment 2 (Generate Yearly Report). I am having issues with the dispatcher portion. I am able to sign in, and go to the work items page. However, I am not able to extract the data, and the robot is not able to detect that the next page exists. Any ideas?
I will attach my assignment.[generateYearlyReportDispatcher.zip|attachment](upload://7BWaJm6siysWZ0JVmdQTl2lQs2e.zip) (505.7 KB)
Thank you!
I am using the FireFox extension. I was not able to use the DATA SCRAPPING method in IE Browser for the last assignment, but FireFox worked for me. When I use the DATA SCRAPPING method, it asked if there were multiple pages, and I said no because I believe the assignment wants us to step through each page and scrape the data, then go to the next page and scrape the data instead of scraping all the data at once and going through each item.
Yah that’s correct
Instead of clicking on next page we can make the selector dynamic with a a variable in it
In_transactionnumber
Kindly follow the Walk Through document provided along with the assignment and the steps to do this.