C#Selenium打开临时Firefox Profiles如何阻止它?

时间:2017-10-29 14:54:20

标签: selenium selenium-webdriver automation firefox-profile

  

如何从我的个人资料中打开相同的selenium profile无临时副本   我需要在C#中使用相同的firefox配置文件

我已经读过这篇文章了:

How to stop Selenium from creating temporary Firefox Profiles using Web Driver?

但是我不能使用C#,而不是我尝试使用的java:

Environment.SetEnvironmentVariable("webdriver.firefox.profile", "Profile0", EnvironmentVariableTarget.Machine);

但是,仍然从我选择的个人资料中创建新临时,但我需要相同的个人资料。

由于

1 个答案:

答案 0 :(得分:0)

根据这个答案,不可能阻止selenium创建临时配置文件

How to stop Selenium from creating temporary Firefox Profiles using Web Driver?