Here, I have used below code to solve the exception -unable to bind socket 7054 till 45 seconds,It worked for me.
FirefoxBinary binary = new FirefoxBinary(new File("C:\\Program Files\\Mozilla Firefox\\firefox.exe"));
WebDriver driver = new FirefoxDriver(binary);
FirefoxBinary binary = new FirefoxBinary(new File("C:\\Program Files\\Mozilla Firefox\\firefox.exe"));
WebDriver driver = new FirefoxDriver(binary);
No comments:
Post a Comment