0
寫了這樣的代碼我寫在Firefox中硒腳本,但我越來越「不受信任的證書」
FirefoxProfile profile=new FirefoxProfile();
profile.setAcceptUntrustedCertificates(true);
WebDriver driver=new FirefoxDriver();
driver.get("url");
在Firefox中不工作如何解決這一個。