启动原生态火狐

Posted Black-Hs

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了启动原生态火狐相关的知识,希望对你有一定的参考价值。

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     }

 

以上是关于启动原生态火狐的主要内容,如果未能解决你的问题,请参考以下文章

怎么在linux开机启动火狐浏览器?

火狐量子核部分易语言代码实现

火狐怎么查看http请求

原生js编写设为首页兼容ie火狐和谷歌

selenium启动火狐浏览器打开百度首页,报错

linux火狐启动不了