启动原生态火狐

Senlenium注意,支持的火狐版本问题。如启动不了当前版本,启动不能输入。建议安装43的。

这是启动火狐的一个方法。

火狐不用装驱动

1     // 启动火狐
2     public static void startfiref() {
3         ProfilesIni allpro = new ProfilesIni();  
4         FirefoxProfile profile = allpro.getProfile("default");
5         Driver = new FirefoxDriver(profile);
6         Driver.manage().window().maximize();
7         Driver.navigate().to("file:///D:/Users/demo1.html");  
8     }

 

posted @ 2016-11-16 12:00  Black-Hs  阅读(91)  评论(0编辑  收藏  举报