简体   繁体   中英

org.apache.http.conn.HttpHostConnectException: Connect to 127.0.0.1:7055 [/127.0.0.1] failed: Connection refused: connect

Selenium Webdriver(2.53) using testNG and java (jdk 8). Mozilla Firefox (46) crashes as soon as page opens gives error message:

org.apache.http.conn.HttpHostConnectException: Connect to 127.0.0.1:7055 [/127.0.0.1] failed: Connection refused: connect

Had the same problem. Solved by changing the combination of selenium and firefox. Selenium version: 2.52.0 Firefox version: 45.2.0 It works for me.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM