I have just spent hours stuck on Selenium
with Safari
before figuring out that I needed to disable popup blocker to allow a login popup that I have.
My question is, is there a way to disable the popup blocker when creating a node/webdriver with Selenium Grid 2
, or when creating a RemoteWebDriver
in code, or both?
Otherwise, I have to manually remember to change this setting by opening the browser myself. The aim is to have Selenium running across several machines so it would be great to be able to set this programatically.