Selenium 2.53 not working on Firefox 54 - selenium

I am trying to run my Selenium tests using Selenium 2.53 and Firefox 54 , it does not work . Has anyone else faced the same problem and have any solutions to it?

Firefox 54 is too new for Selenium 2.53, latest Firefox versions works only with latest Selenium version.
You can download and install Firefox 46 - that should work fine with Selenium 2.53. Make sure to disable auto updates in Firefox.
Or you can update your selenium to latest 3.4.0.

Related

Browser compatibility with selenium for testing forms

I want to test forms quickly and reliably. I thought selenium-ide would be the answer but was put off by the fact that newer versions of firefox do not support the selenium-ide plugin. Would other selenium products such as selenium3 enable me to test forms in up to date versions of firefox (eg 57.01)?
Yes. Here you can see Selenium 3 compatiblity with FF :
Firefox 38 and lower, use Selenium 2.46.0
Firefox < 47, use Selenium 2.53.1
Firefox >= 47, use Selenium 3.0.1 or later

does latest chromedriver 2.33 needs selenium 3

I am using Selenium 2.52 and chromedriver 2.29 for chrome browser version 57.
But I could see chrome browser version got updated to latest version 61 in selenium nodes and so tests are failing with "org.openqa.selenium.WebDriverException: unknown error: Element is not clickable
".
So I have updated the chromedriver version to latest 2.33 since the Chrome browser version is the latest.
some tests are getting passed and still, I could see some tests are failing with same error or similar type of error.
Is it required to update Selenium version to any latest version or Selenium 3 to use latest chromedriver?
Your selenium version is an old version. With the latest "browser"driver (ChromeDriver 2.33, in your case) is recommended to use Selenium 3.5 (and greater)

Which version of geckodriver and selenium standalone works with Firefox 53

I am trying to upgrade my Firefox version to 53 but my selenium standalone 2.48.2 is not working with it.And is there any selenium standalone server which is compatible with Firefox 53 without using gecko driver.
The latest versions supported without gecko driver is Firefox 47 with selenium standalone 2.53.

Selenium webdriver 2.41.0 with Firefox V 46 and Chrome V 51

I am using selenium 2.41.0 that works fine with all versions of IE 11, but it is not supporting Firefox 46.0 and Chrome 51 [Chrome supports till 50th version with the latest driver 2.21]. Could anyone guide me what I need to do to support latest versions of Firefox and Chrome? Do I need to upgrade Web driver or Firefox/Chrome Drivers.
If you want to work with latest version Chrome (v 51 as of now) update your
selenium chrome driver to latest according to your browser version.
To work with Firefox v46 and above you need to use gecko driver by using latest version of selenium jars v3.0.1.

Selenium Grids jars compatibility with Firefox versions

I am currently working on Selenium Grid to automate cross platform functionality and using selenium-server-standalone-2.31.0.jar. When i am using Firefox 22.0 it is working properly but not supporting Firefox 27.0. I have tried with selenium jar version 2.37 ,2.38 and 2.39 but the issue still exists. Which version of selenium-server-standalone jar supports latest Firefox versions ?
I was trying on Firefox 27.0. Selenium grid doesnt support it. I just tried on other browser versions and it's working.