【转发】Webdriver使用自定义Firefox Profile运行测试

点击进入转发地址:

一般我们使用如下代码启动Firefox:

Java代码 WebDriver driver = new FirefoxDriver()

这样Selenium Server启动的Firefox将是一个全新的,不安装任何Add-On的Firefox.

如果有需要,我们可以使用我们自己指定的,带有特定配置的Firefox.步骤如下

  1. 运行CMD,打开Firefox的 Profile manager
  2. 点击"Create Profile...",完成步骤,包括输入Profile名字
  3. 点击"Start Firefox"
  4. 在新启动的Firefox中安装自己所需要的Add-On或者做其他配置

最后,在代码中使用如下方式启动FirefoxDriver:

Java代码

  1. ProfilesIni allProfiles = new ProfilesIni();
  2. // "Selenium" is the new profile just created
  3. FirefoxProfile profile = allProfiles.getProfile("Selenium");
  4. WebDriver driver = new FirefoxDriver(profile);

我在Selenium profile中安装了Firebug,然后使用脚本启动这个Profile,就能看到安装的Firebug了.

另外我们可以看到Manager里面有个default,这个就是我们自己平时使用的Firefox Profile,也是可以在代码中使用的.

时间: 2024-11-14 09:14:47

【转发】Webdriver使用自定义Firefox Profile运行测试的相关文章

Selenium2(WebDriver)总结(二)---Firefox的firebug插件参数设置(补充)

本文是对上一节的补充:http://www.cnblogs.com/puresoul/p/4251536.html 使用Selenium2(webdriver)启动firefox且自动加载firebug插件时,切换到firebug插件的网络和cookies部分时,提示面板已被禁用,如下图所示: 于是我们输入about:config在firefox设置页面试着去找下是否有什么参数控制着面板的禁用/启用,果然被我找到如下两个参数: cookies面板 ---  extensions.firebug.

创建独立的Firefox profile

使用Webdriver进行下载操作时,通常需要指定下载路径,于是就需要设置浏览器的profile. 为什么要创建独立的Firefox Profile?独立的Firefox Profile配置文件,能为你在Firefox的使用中带来不少方便. 独立的Firefox Profile与普通的“Profile”分离开来,不至于混乱 可以让两个Profile同时运行 拥有两个Profile能让你以两个不同的帐号同时登陆Google 比较关键词在个性化与普通的Profile中的搜索情况 通过代理服务运行一个

自定义FireFox浏览器滚动条

@-moz-document url-prefix(http://),url-prefix(https://) { /* 滚动条颜色 */ scrollbar { -moz-appearance: none !important; background: rgb(0,255,0) !important; } /* 滚动条按钮颜色 */ thumb,scrollbarbutton { -moz-appearance: none !important; background-color: rgb(0

Webdriver实现下载功能,屏蔽掉windows弹出的对话框,FireFox下设置浏览器的属性,两种实现方式:

一.使用一个全新的FireFox浏览器打开Web应用,浏览器不带任何插件,也未对浏览器做任何默认配置,但需要对浏览器属性进行配置 // 获取浏览器的所有配置文件 ProfilesIni allProfiles = new ProfilesIni(); // "Selenium" 是之前创建的profile,不带任何插件,也未对浏览器做任何默认配置 FirefoxProfile profile = allProfiles.getProfile("selenium");

Selenium Webdriver 学习总结-Advanced Usage-Cookie、Profile(七)

QQ群:136924235 论坛:http://bbs.shareku.com 一.如何使用Cookie代码示例: import org.openqa.selenium.Cookie; mport org.openqa.selenium.WebDriver; import org.openqa.selenium.firefox.FirefoxDriver; import org.testng.annotations.Test; import java.util.Set; public class

【转】Selenium2(WebDriver)总结(一)---启动浏览器、设置profile&加载插件

基本读踩过的坑,泪流满面··· 本文主要记录下在使用selenium2/webdriver时启动各种浏览器的方法.以及如何加载插件.定制浏览器信息(设置profile)等 环境搭建可参考我的另一篇文章:http://www.cnblogs.com/puresoul/p/3483055.html 一.Driver下载地址: http://docs.seleniumhq.org/download/ 二.启动firefox浏览器(不需要下载驱动,原生支持) 1.firefox安装在默认路径下: 1 /

Python WebDriver + Firefox 文件下载

firefox可以通过 在地址栏输入:about:config 或about:aupport 来查看或修改配置信息. 这里有两种解决方式, 1.设置自动保存下载 如下图勾选:以后自动采用相同的动作处理此类文件 这样下次在下载该类型的文件时就不会这样提醒了. 如果想修改设置可以在 浏览器选项中进行修改 如下图 这样设置完成后,但是程序启动时打开的浏览器并没有按照这种配置打开. 对比下图可以发现,通过webdriver打开的浏览器与手工打开的浏览器展示的不同,这是因为webdriver打开的浏览器没

Selenium2(WebDriver)总结(一)---启动浏览器、设置profile&加载插件

本文主要记录下在使用selenium2/webdriver时启动各种浏览器的方法.以及如何加载插件.定制浏览器信息(设置profile)等 环境搭建可参考我的另一篇文章:http://www.cnblogs.com/puresoul/p/3483055.html 一.Driver下载地址: http://docs.seleniumhq.org/download/ 二.启动firefox浏览器(不需要下载驱动,原生支持) 1.firefox安装在默认路径下: 1 //启动默认安装路径下的ff 2

Use the Profile Manager to create and remove Firefox profiles

Skip to main content Switch language Skip to search Ask a question Sign In English Firefox Editing Tools Learn the Basics: get started Download, install and migration Firefox Sync Customize controls, options and add-ons Privacy and security settings