@voiid said in Is there a way to run the script in Chrome browser (or another browser) instead of the testing environment?:
Is there a way to run the script in Chrome browser (or another browser) instead of the testing environment?
No
right now i use GET on a website that works 24/7 so if i get an error then it means that proxy is offline.
but is there any more lightweight way to do this?
Not that I know of. You'll need to tunnel through the proxy to really check the connection. I either do a proxy checker site to make sure nothing is leaking, or I just do the simple GET request against the site(s) I'm working with/on.