Pergunta

So, I'm trying to get iMacros to go to an URL and take a screen shot:

url~place/something/something/########.jpg

It works, of course, but now I want it to loop and go through tons of numbers. I'm starting at 900000000 and want it to loop through 900100000 while saving a screen shot of the web page only if it loads successfully.

I have searched around for hours and found some scripts some people have used, but I haven't been able to get anything to work. I don't even know where to start really.

Thanks!

Foi útil?

Solução

If by ######## you mean a number that is changable then you can use this.

URL GOTO=url~place/something/something/{{!loop}}.jpg

This is an example for link. The key part is {{!loop}} . When you set number of loops and press play on iMacros the {{!loop}} will change from 1 to the number of loops you placed.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top