1 2 3 4 5 6 7 8 9 10 11 12 |
navigate("https://www.teepublic.com/en-gb/mug/1000159-downhill-mtb","Wait") wait for browser event("Everything Loaded","") wait(1) set(#Debug,$scrape attribute(<class="glide__slides">,"outerhtml"),"Global") load html(#Debug) clear list(%Debug) add list to list(%Debug,$scrape attribute(<tagname="img">,"fullsrc"),"Delete","Global") set(#Loop,0,"Global") loop($list total(%Debug)) { download file($next list item(%Debug),"{$special folder("Application")}\\Img_{#Loop}.jpg") increment(#Loop) } |