gpt4 book ai didi

selenium - 使用自定义 Firefox 配置文件启动 selenium 服务器

转载 作者:行者123 更新时间:2023-12-02 22:01:19 26 4
gpt4 key购买 nike

我已经使用下面的命令启动了selenium服务器,并且我想使用自定义的firefox配置文件。但它如何在/tmp/目录中为我运行的每个测试用例创建一个新的 firefoxprofile。

/usr/bin/java -jar /usr/local/groundwork/selenium/java/selenium-server-standalone-2.33.0.jar -firefoxProfileTemplate /root/.mozilla/firefox/lfmvce8i.selenium/ &

当我使用以下命令检查 Firefox 进程时,我可以看到临时配置文件已在/tmp 目录中创建。

root 35660 4.6 12.9 810852 131352 pts/0 Sl 10:10 0:10 /usr/lib64/firefox/firefox -profile /tmp/customProfileDirf4461dd4c0fd4b388a595f159568fd4b root 35934 0.0 0.0 103244 840 pts/0 S+ 10:14 0:00 grep firefox

有人可以帮我使用带有 selenium 的自定义 Firefox 配置文件吗?

最佳答案

选项 firefoxProfileTemplate 不再有效。

改用 webdriver.firefox.profile。

你的命令应该是

/usr/bin/java -jar /usr/local/groundwork/selenium/java/selenium-server-standalone-2.33.0.jar -Dwebdriver.firefox.profile=selenium &

参见: http://code.google.com/p/selenium/wiki/FirefoxDriver

请注意,-Dwebdriver.firefox.profile 将配置文件的名称作为参数,而不是路径。

关于selenium - 使用自定义 Firefox 配置文件启动 selenium 服务器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21958403/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com