I need to disable a pop-up on a site, because it's causing PhantomJSDriver
to crash.
The options are:
Block any pop-up from opening
Disable JavaScript entirely, so the pop-up won't load (which seems not to be possible as mentioned here)
Override that specific JavaScript function which loads the pop-up.
So... How to block pop-ups in PhantomJSDriver
?