1. 程式人生 > >selenium2在啟動火狐瀏覽器時一直打不開網頁提示火狐連線被重置怎麼辦或者一直在轉載入不了網頁

selenium2在啟動火狐瀏覽器時一直打不開網頁提示火狐連線被重置怎麼辦或者一直在轉載入不了網頁

System.setProperty("webdriver.firefox.bin", "D:/Users/DUANYAPING740/AppData/Local/Mozilla Firefox/firefox.exe");
ProfilesIni profilesini=new ProfilesIni();
FirefoxProfile profile= profilesini.getProfile("default");
driver=new FirefoxDriver(profile);