I am trying to run some tests on a website looking for issues.
For the record, I am using phantomjs with the ghostdriver in selenium from C#
Everything is working fine, but I would like to speed things up. Checking on the headers in fiddler, a lot of time is spent on external calls to external sites (facebook / twitter) for the social plugins all sites seem to think is a good idea these days :-\
I am not required to test these functions, so am trying to disable external site calls, which should speed my tests up some what.
Is there a way in phantom to get the effect that noscript / ghostery gives in firefox?