Here I have attached the console error report.
我尝试创建新的个人资料并尝试了同样的方法。仍然是this链接。
并没有打开我在driver.navigate().to();
请放弃你的建议
答案 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 这些是最新兼容的