如何从我的配置文件中打开相同的 selenium 配置文件没有临时副本我需要 C# 中相同的 firefox 配置文件
我已经读过这篇文章:
如何阻止 Selenium 使用 Web 驱动程序创建临时 Firefox 配置文件?
但这不适用于我,我也使用 C#,而不是我尝试使用的 java:
Environment.SetEnvironmentVariable("webdriver.firefox.profile", "Profile0", EnvironmentVariableTarget.Machine);
但是,仍然从我选择的配置文件创建新的临时文件,但我需要相同的配置文件。
谢谢