标签:
1、如果按照firefox的时候,不是选择默认路径,在Selenium中就无法打开Firefox浏览器,需要指定路径来实现
System.setProperty("webdriver.firefox.bin", "D:\\Program Files\\Mozilla Firefox\\firefox.exe");
driver = new FirefoxDriver();
Selenium设置Firefox启动
原文地址:http://www.cnblogs.com/yakira/p/4730677.html