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).
I have a TXT with multiple URLs, one for each line. I want the script to go through all of them and perform the same action. I tried a bit but I didn't found the way. Is it possible to do?
@iagovar, Yes, use the while cycle. And resource for txt (https://youtu.be/ReQOJG3Tjsk)
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
@Roy-Mustang For a Website traffic..
image.png
@internetsuper said in very tired save cookies to txt file not work anyone cant help me?:
@Fox wow its work my friend can you giveme wallet usdt trc20, i want to give donate for help me very very thankyou
I didn't spend much time on it, but thanks, sent the wallet address to you in a pm
@HNB said in Load Url Parameters:
wait full page load and if not loaded in 120 seconds
It means > Wait full page load and if not loaded in 120 seconds report an error and stop script execution.
Default value is 60 seconds, and there are actions that can set it up for whole script, but can be set individually like in your example.
@Fox and how to upload an undetermined number of photos (chosen by user) from a folder of 1000 images, one by one, on a single session?
Example, the first execution the user upload 4 images, the second time 9 images etc.