gpt4 book ai didi

c# - 如何在 Selenium C# 中使用现有的 Firefox 配置文件?

转载 作者:太空狗 更新时间:2023-10-29 18:21:40 26 4
gpt4 key购买 nike

我需要使用 C# 在 Selenium 中使用现有的 Firefox 配置文件。该配置文件具有我需要的已配置附加组件。

我在谷歌上找到了一些代码,但那些是针对 Java 的,我尝试了以下代码,但它仍然不起作用。

FirefoxProfile profile = new FirefoxProfile("C:\\Users\\username\\Desktop\\software\\Files");
driver = new FirefoxDriver();

最佳答案

在selenium的官方文档上找到了答案

var profileManager = new FirefoxProfileManager();
FirefoxProfile profile = profileManager.GetProfile("Selenium");
IWebDriver driver = new FirefoxDriver(profile);

来源:Selenium docs

关于c# - 如何在 Selenium C# 中使用现有的 Firefox 配置文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39809529/

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