Hi, i've made a template that takes usernames and passwords from .txt file and logs into a website.
Now i want to add proxies, but because i use other software too for these accounts i want to use the same proxies i use for the other software.
So i need to assign proxies to each account, this is how my .txt file looks like:
username;password;ip:port
then used table processing to add the proxy to a variable named 'proxy'
Then used browser action 'Set Proxy' and set it to {-Variable.proxy-}
But when i run it in debug i doesn't use the proxy at all, how can i fix this?
Am i doing something wrong or is there an easier way?
Thanks in advance
Now i want to add proxies, but because i use other software too for these accounts i want to use the same proxies i use for the other software.
So i need to assign proxies to each account, this is how my .txt file looks like:
username;password;ip:port
then used table processing to add the proxy to a variable named 'proxy'
Then used browser action 'Set Proxy' and set it to {-Variable.proxy-}
But when i run it in debug i doesn't use the proxy at all, how can i fix this?
Am i doing something wrong or is there an easier way?
Thanks in advance