Alright, I can see now why you were struggling on that extraction part, got some good news and some bad news,
Good news, I made an automation that does what you want, opens the arrow, extracts text and moves to the next.
Bad news? its 1 minute 30 seconds per page (in 1ms delay debug mode)
I don't see a way of improving that time other than maybe just using an API call method or something (I have no idea how to do that don't even ask)
However if you want this automation, private message me (just click my profile, should see the button on the right), I'll send it over to you, it will need some editing from your end though.
In summary it does the following:
- Creates a new Datatable
- Gets the number of pages to go through
- Creates a loop based on the number of pages
- Extracts arrows count on page
- Goes through each arrow, extracting specific text (can be edited to extract w/e)
- Puts that information into the Datatable (will need editing if the above is changed)
- Once done, moves to next page and repeat till finished.