Is there a way to configure PhantomJS webdriver on Selenium to do not load images? I know if I use phantomjs directly, I can start it with --load-images=no and it w
--load-images=no
Why are you not trying webdriver.PhantomJS(service_args=['--load-images=no']) ?
webdriver.PhantomJS(service_args=['--load-images=no'])