Which version of geckodriver and selenium standalone works with Firefox 53 - selenium

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.

Related

unable to invoke firefox gecko driver 0.20.1 with selenium 3.0.1 & firefox version 61.0.1

I am using framework and I am unable to invoke firefox gecko driver 0.20.1 with selenium 3.0.1 & firefox version 61.0.1. I want to know which gecko driver is compatible with selenium 3.0.1 & firefox version 61.0.1. i have tried all version of gecko driver from 0.16.1 till 0.21.1. But everytime it fail. My framework i correct as it is running in chrome.
If you want to work with firefox 61.0.1, I suggest you to upgrade the selenium. As per release notes of gecko driver v0.21.0 (latest version) Firefox 57 (and greater) & Selenium 3.11 (and greater) will work.
I am using gecko driver 0.21.0 with selenium 3.11 and able to work with FF 61.0.1
For detail compatibility of available versions of Gecko driver kindly refer the release note https://github.com/mozilla/geckodriver/releases Hope this helps..

Is there any selenium version (3.8.1) compatible with firefox latest versions?

Until now I tried 3.4.1 with firefox 53.0 and gecko driver 0.16. Curious if someone has tried latest webdriver version against any latest firefox versions?
The latest gecko driver (i.e v0.19.1) supports Firefox 54 and greater
(Refer here)
Selenium version should be 3.5 and greater.(Refer here)

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)

Selenium 2.53 not working on Firefox 54

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.

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.