Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
3.9k views
in Technique[技术] by (71.8m points)

java - No connection could be made error with Selenium webdriver

I am trying to launch Firefox driver by providing user profile from "C:UsersHPMEAppDataRoamingMozillaFirefoxProfiles" but getting the below exception:

org.openqa.selenium.TimeoutException: No connection could be made because the target machine actively refused it. (os error 10061)

The Firefox browser window is launched but unable to proceed further due to the exception thrown.

Below is the code snippet for what I have been trying to do:

FirefoxOptions firefoxOptions = new FirefoxOptions();
options.addArguments("-profile","Existing Profile Path");
webDriver = new FirefoxDriver(options); //exception is thrown at this line after browser window is launched

Please help in identifying what am I doing incorrect or any additional settings I am missing.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...