Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Thank you, I'll look into it!
Well I'm back, I tried but I really don't know how to do it. I have a list of URLs in a txt and triet to use a "foreach" loop but didn't work.
@iagovar, show your script.
@iagovar, I understood: foreach work only with lists. Use read file to list.
Exemple: 0_1516392563631_someshtexmpl.xml
@Antonio Thank you so much Antonio, it worked. The only problem now is that the program stops if a URL failed to load :/
@iagovar, put "load page" in "ignore errors" block.
@Antonio :) Thank you again, you are so helpful! I'll drink a beer for you!
@iagovar, ok! :)
@Antonio Hi, can you please re-upload the video? I have the same situation and still don't know how to figure it out. Thank you.
@gasak, hi, it's not my video. Check my exemple script: Download exemple
As I can see, for some reason, my server is blocked by "51.38.126.82", what can I do ?
http sniffer looks no problem
image.png
@yourfriendkarol said in newest version bugged call in multiple func? blank page:
@fox same problem after reinstall and on blank new project
I also, most likely this is a bug. Wrote to support.
@ggma said in How to load an URL after another:
Hi, I have a list of URL I need to load one after another. URL1 URL2 URL3 Script : Load URL1 Perform actions Load URL2 Perform actions Load URL3 Perform actions How should I do it ? Thanks a lot !
Hi,
I have a list of URL I need to load one after another.
URL1 URL2 URL3
Script :
Load URL1 Perform actions
Load URL2 Perform actions
Load URL3 Perform actions
How should I do it ?
Thanks a lot !
Cicle "FOR"
Thanks, it helped me after 7 years :)