如何从我的个人资料中打开相同的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);
但是,仍然从我选择的个人资料中创建新临时,但我需要相同的个人资料。
由于
答案 0 :(得分:0)
根据这个答案,不可能阻止selenium创建临时配置文件
How to stop Selenium from creating temporary Firefox Profiles using Web Driver?