Hello, I’m trying to save the 10 images from that site: https://www.copart.ca/lot/24643739/Photos
I managed to did it using ‘Find Children’ and then looping in it with another ‘Find Children’. it’s look totally horrible, I would like to actually find all the images directly, using a css-selector and then save them 1 by 1.
Here what I did (Can’t upload as I’m a new user…) : Main.xaml - Google Drive
Here the css-selector that I tried to use:
< html app=‘chrome.exe’ />
< webctrl css-selector=‘.viewAllPhotosRelative .img-responsive’ />
Anyone got a solution?