webdriver IDE安装教程

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了webdriver IDE安装教程相关的知识,希望对你有一定的参考价值。

1、如果网络环境好的话,直接使用火狐浏览器访问https://addons.mozilla.org/en-US/firefox/addon/selenium-ide/安装即可

2、将本文件同级目录下的extensions文件夹拷贝到file对应的位置即可
driver = new FirefoxDriver();//profile.setPreference("browser.link.open_newwindow.restriction", 1);
//profile.setPreference("browser.link.open_newwindow", 2);
System.setProperty("webdriver.firefox.bin", "D://Program files//Develop Softwares//Mozilla Firefox//firefox.exe");
File file = new File("C://Users//DXZ-Peng.liu//AppData//Roaming//Mozilla//Firefox//Profiles//2perkbvl.default");
FirefoxProfile profile = new FirefoxProfile(file);

driver = new FirefoxDriver(profile);
//driver = new FirefoxDriver();
driver.get("http://www.baidu.com");










以上是关于webdriver IDE安装教程的主要内容,如果未能解决你的问题,请参考以下文章

Php-webdriver 的安装与使用教程

Php-webdriver 的安装与使用教程

我的Go+语言初体验——IDE 详细安装教程

Arduino IDE ESP32固件安装和升级教程

ROS IDE - RoboWare Studio 安装与使用教程

Arduino可穿戴开发入门教程Windows平台下安装Arduino IDE