Tagged Questions

4
votes
3answers
3k views

Debugging autoproxy (PAC) javascript with alert()?

I am writing a custom .pac script for use with Firefox. Following numerous examples I've seen, I intersperse alert()s in order to debug it, but no alerts popup, even though the script is clearly being ...
0
votes
1answer
89 views

How to make Selenium pick my .pac file?

I am using Foxyproxy in Firefox and whenever I want to switch to my sandbox environment I use a .pac file. Life is good. But when I try to automate using a browser based testing utility like ...