@Axel79 unfortunately no, i know only specific countrys, also you can try to buy ipv4/ipv6 your personal, it will be cheaper too than traffic, depends on what work do you do, if you need to change ip often => mobile, if you working with around 20 profiles per month, its better to buy for each profile own ipv4/ipv6 proxy
Problem uploading multiple images
-
Hi everyone, as you can see from the resources I set the maximum usage = 1. From the second image you can see my script: first it takes the image from the folder, then it starts a for loop that should click another button to upload the images, but the uploaded image is always the same. Where am I going wrong?


-
Disable this option to take other rows from the resource in one thread.

-
@to-nice
notreuse only works for resources, it doesn't work for variables.
I've attached a sample project and a video.
picload.xml
123.webm -
@m4zuper My problem is that I have several paths, and depending on the parameters it has to choose different paths.
I always have a fixed part which could be C:\Users\image, and some variable folders which could be like…C:\Users\image\dog\red
C:\Users\image\dog\black
C:\Users\image\cat\red
C:\Users\image\cat\black
I implemented it like this but it's failing. Do you have any suggestions for alternative approaches to accomplish this?
{{fixedpath|notreuse}}/[[cat]]/[[black]]
{{fixedpath|notreuse}}/[[cat]]/[[red]] -
@m4zuper creating a resource for each folder is impossible — it would mean creating too many resources. I’ve thought about it. Can you explain to me how creating variables without resources works? Did you see the previous example where I created
SET VARIABLE fixedpath/[[PATH1]]/[[PATH2]]and inserted this variable inopen fail result? Even that didn’t work. Could there be alternatives?
