I want to know how I can create a bot which will click on each image, and then scrape some data from the modal that pops up.
I tried using the data scraping tool, but the problem is each individual image does not have a link associated with it. So I need to figure out a way to tell the bot to click each image in order from left to right.
I already know how to scrape data. So no need to explain that part.
How about use click those picture with x and y axis position and page down key? I know it’s not reliable enough way but one answer, if you need more support, I think you better to add URL if possible.
@Sami_Syed
it seems x axis is not different, only 3 column. Y column is calculable because one picture size is seem the same among each picture. So if the window only show 6 picture and half size of margin, you can use below way. (I know it very sensitive way…)
loop
click 6 picture
type page down
End loop