You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting this error on centos. I am using Selenium 2.46.2 and Firefox I have tried firefox 39, firefox 38.0 and firefox 33. But it is giving the same error. Here is my code:
Selenium::WebDriver::Firefox::Binary.path='/usr/bin/firefox'
browser = Watir::Browser.new :firefox # should open a new Firefox window
browser.goto self.url