Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

1 like 0 dislike
145 views
by

Hi  Mayur. 

I have used:-
 
WebDriver driver=new  FirefoxDriver(); 
String baseUrl = "http://mayurshah.in";
driver.get(baseUrl);
driver.quit();
 
Getting the error as:-
Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms. Firefox console output:
 
I think mismatch of versions of eclipse...jdk...browser.
 
Mayur..how to know about the version compatibility of the above softwares? i googled, but i didn't get. Here i am getting stucked.
 
Thanks
shylaja

1 Answer

0 like 0 dislike
by The go-to Tester (181 points)
 
Best answer

There is no specific document which says which version to be used. It's all about trial and error. You can use second last browser update and turn off auto update.

So, downgrade your browser and turn off your auto update. Also uninstall plugins and make sure that your antivirus is turn off or not blocking your browser.
 
Current version of Selenium is 3.0.0 and I am using firefox version 47.0.1
 
Hope that helps.
 


This site is for software testing professionals, where you can ask all your questions and get answers from 1300+ masters of the profession. Click here to submit yours now!

1.4k questions

1.6k answers

866 comments

1.9k users

...