I’m looking to scrape a table and its info within http://mbsweblist.fsco.gov.on.ca/ with Search Options = Mortgage Administrators, List All:
These are the steps I want to automate:
- click on each link on the left
- grab the data from that page
- return and click on the next link until the end of page
- click next at the end of page
I’m having trouble with step 1., as the numbers on that first column are random. They do follow a similar structure of “#####” - would it be possible to get UI Vision to track and click on each subsequent line that says that?
I’m also having problem with step 4. The pagination does not go from 10 > 11 directly, and I would have to click on “…” to get to 11. What should I do for that?