Chrome浏览器未使用selenium加载网页

时间:2016-09-06 18:15:18

标签: eclipse google-chrome selenium testing browser-automation

我使用selenium使用Chrome浏览器自动化网页,但Chrome浏览器没有启动,它显示“data:;”在地址栏中没有加载任何页面。

Selenium:selenium-server-standalone-3.0.0-beta2也尝试用2.53

Chrome驱动程序:2.23(http://chromedriver.storage.googleapis.com/index.html?path=2.23/

Eclipse:Kepler

Chrome浏览器:版本53.0.2785.89 m(64位)

以下是我正在使用的代码

        System.setProperty("webdriver.chrome.driver","C:\\Vinod\\Java\\Others\\chromedriver.exe");
    WebDriver driver = new ChromeDriver();
    driver.get("http://www.google.com");
    driver.findElement(By.id("lst-ib")).sendKeys("Testing");

以下是输出:

enter image description here

感谢您的帮助 - 谢谢。

1 个答案:

答案 0 :(得分:0)

据我所知,你一定很好。你只需要有点耐心。

您从data获得的页面是我们最初期望从selenium获得的。您之后将启动谷歌页面。