Solution for – Could not start Selenium Session : Connection timed out

If you get the “Could not start Selenium Session : Connection timed out” while running a test scenario it is usually due to the ports not matching for the Server and the client and results in “Selenium server not able to make a connection with the local client machine”. a sample error message: The solution […]

Read more
Solution for Selenium IDE – Your browser doesnt support Xml Http Request

If you get the “Your browser doesnt support Xml Http Request” error while running tests in Selenium IDE even if its shows that all tests passed below is the cure for it: This issue only happens on versions of Selenium IDE prior to 1.0.6 So there are two workarounds to this problem: 1) Get the […]

Read more
Solution for Selenium already running on port problem

When running selenium server often it happens that it can’t start with the following error: “Selenium is already running on port 4444. Or some other service is.” This happens because Selenium uses the 4444 port as its default and if you already started selenium or some other application is using that port Selenium will be […]

Read more