gpt4 book ai didi

selenium - 如何在 cucumber 测试用例中使用 Selenium Web 驱动程序安装 Firefox 的附加组件

转载 作者:行者123 更新时间:2023-12-03 06:43:08 24 4
gpt4 key购买 nike

我必须编写脚本,在其中安装名为“aqqin”的 firefox-add-on。我该怎么做

最佳答案

您可以通过创建自定义配置文件并将其传递给驱动程序来添加插件。

FirefoxProfile profile = new FirefoxProfile();
File extension = new File("<path>"/aqqin.xpi");
profile.addExtension(extension);

WebDriver driver = new FirefoxDriver(profile);

关于selenium - 如何在 cucumber 测试用例中使用 Selenium Web 驱动程序安装 Firefox 的附加组件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15493392/

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