我嘗試使用32版本和最新版本的Firefox,但Selenium未打開Firefox配置文件。它總是暫時的配置文件。Selenium WebDriver無法打開Firefox配置文件
ProfilesIni profile = new ProfilesIni();
FirefoxProfile myprofile = profile.getProfile("Selenium");
protected WebDriver driver = new FirefoxDriver(myprofile);
當我打開使用硒,只是要確定哪個版本,我去「關於:支持」 - >配置文件夾。路徑總是:| ...... TEMP \ anonymousXXXXXXXXXXXXXXXXXwebdriver姿態」。
必須是:型材\ oadeqq6x.Selenium
硒爲什麼不會加載我的個人資料?
是否嘗試過最新版本的Selenium和Firefox?如果是,請嘗試將瀏覽器降級到版本35 – Sighil
是的,我使用最新版本的Selenium和Firefox - 結果相同。然後用舊的Firefox - > 32,35 - >相同的結果:( – Rumen