Firefox opening blank page when launching browser

倾然丶 夕夏残阳落幕 提交于 2019-12-12 03:49:35

问题


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

来源:https://stackoverflow.com/questions/40141242/firefox-opening-blank-page-when-launching-browser

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!