There seems to be confusion over whether it's possible to disable CSS when using the PhantomJS webdriver for Selenium. It appears to definitely be possible when using FireFox by adapting the FireFox profile, but I'm hoping to use it for PhantomJS since it is generally faster than FireFox.
Is it possible to disable CSS in this instance? If so, could you provide some idea of how to implement it?