0

Firefox opening blank page when launching browser using Selenium Eclipse with Ruby.

require "selenium-webdriver"
driver = Selenium::WebDriver.for :firefox
driver.navigate.to "http://google.com"

Version selenium 3.0, Firefox 49.0.2, Geckodriver latest

Joe12
  • 69
  • 1
  • 12
  • Try FF 49.0.1. That's what's working for me. – orde Oct 19 '16 at 20:56
  • @orde ,mine is 49.0.2 the latest and i am still getting the same issue.Any suggestions? – Joe12 Oct 21 '16 at 16:13
  • Does it work when you run via command line/terminal (instead of Eclipse)? – orde Oct 21 '16 at 16:38
  • @orde ,it still opens a blank page and skype extension in another tab when run through command line. – Joe12 Oct 21 '16 at 19:41
  • Without a stacktrace or more information, it's hard to say why that's happening. – orde Oct 28 '16 at 00:09
  • @orde, what type of information do you need – Joe12 Nov 01 '16 at 22:20
  • Not sure. I can't repro using `selenium-webdriver (3.0.0)`, `watir-webdriver (0.9.3)`, and `geckodriver v0.11.1`. If it just hangs and there's no error message(s), there's unfortunately not much to go on. – orde Nov 01 '16 at 23:35
  • @orde, This is the url of the tab that it opens up "https://support.skype.com/en/faq/FA34612/what-is-the-skype-extension" – Joe12 Nov 02 '16 at 19:29
  • Okey dokey. Uninstall the skype extension, and see what happens. – orde Nov 02 '16 at 23:44

0 Answers0