Try at least updating urlblast and pagetest.exe to the latest builds. It is supposed to block popups as well as terminate any child processes that get spawned but every now and thin it looks like there are some sites that even manage to bypass those protections.
If you have a failcase page that manages to get pop-ups through the protections please send it my way and I’ll get it taken care of (send it to pmeenan@webpagetest.org).
I’ve updated to the latest build, but the pop-ups still creeps in. I’m solving it by running a vbs script to kill any iexplorer.exe process created by user1. Seems to solve the problem of getting rid of the windows.
Since you asked, an example of the failcase is the homepage for www.silicon.de which pop-up a small survey window. But I have not been able to consistently re-create it on my desktop’s IE, it only pop-ups when it’s tested by WPT. Might be a cookie thing.
Thanks, the failcase helped. Apparently I was closing everything except for iexplore processes (didn’t want to accidentally nuke a browser being tested). I just put some code in to close ALL processes owned by the testing account after each browser test. Initial testing looks good - I want to do a little more testing and then I’ll put it up for download.
This is a problem we’ve been having periodically on the public testers as well so getting it nailed will really help.
I also did a full new release of the hosted site code (which includes the dynamic bandwidth support as well as the popup fixes) here: [url=http://www.webpagetest.org/forums/showthread.php?tid=235]http://www.webpagetest.org/forums/showthread.php?tid=235[/url]