我无法使用Selenium webdriver从Firefox浏览器打开确切的URL。谁能帮我?

时间:2016-06-15 09:29:35

标签: selenium firefox selenium-webdriver

Here I have attached the console error report.

我尝试创建新的个人资料并尝试了同样的方法。仍然是this链接。

并没有打开我在driver.navigate().to();

中提到的网站

请放弃你的建议

2 个答案:

答案 0 :(得分:0)

请尝试以下代码:

driver.navigate().to("http://google.co.in");  

driver.get("http://google.co.in");  

您需要为URL提供正确的协议。

答案 1 :(得分:0)

使用Firefox版本47.0.1和selenium版本2.53.1 这些是最新兼容的