@radb0310 Thank you for the answer, can you please elaborate more
i want to download a file also, but i can't find a way to choose a location for it. And also i can't grab the URL of the file from the website.
when i click on the button i have this message :
(File is downloading : BrowserautomationStudio is downloading file. You can wait for it and obtain file name with "Wait File Download" action.)
Pick specific numbers from 2 text file in one thread
-
@YounesGa said in Pick specific numbers from 2 text file in one thread:
I have a problem
so i have 2 txt file for numbers for my bot i want when the bot use number 100 from first txt file i want at the end of bot the bot use number 200 from the second txt fileHope you understand i don't know how to explaine😅
What for?
-
@Fox I want to use it for mobile proxy, the bot should open the proxy and then after finish the thread i want the bot to rotate the proxy by link using http request link
What i'm doing now is making 2 txt file but i'm getting a lot of errors because i open 5 threads and some threads finish faster than first and change the ip
-
@radb0310 The problem is that i use 5 proxies and it will looks like that
Ip1:Link1
Ip2:Link2
Ip3:Link3
Ip4:Link4
Ip5:Link5So if i use parsing how the bot will know that i want each thread use one of these proxies and don't do 2 threads for 1 proxy
-
@YounesGa To have each thread use only 1 line, set the value "max success usage: 1", "max number of simultaneous use: 1".
This is equivalent to the fact that after the flow finishes running with a result of Success, the already used proxy line will not be used again, whereas if there is an error, it will be reused 999999999 times and only one line. for each stream
