Selenium Webdriver Version

Posted on  by 

Active2 years, 11 months ago

I have using selenium in my java application as maven dependency.It's any way to get selenium version from my code?

Selenium WebDriver – Using Chrome WebDriver in Visual Studio C# Configuring Selenium 2.0 with Chrome to work in Visual Studio. In a previous post/video I showed how to get started using Selenium WebDriver for IE in Visual Studio.

SonSon
4812 gold badges6 silver badges22 bronze badges

1 Answer

I write a simple python code like below and run it (for example: python myscripttoshowversion.py) to get version of selenium:

Result looks like this:

Selenium webdriver Version: 2.53.6

Process finished with exit code 0

DungDung
11k6 gold badges42 silver badges42 bronze badges
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.

Not the answer you're looking for? Browse other questions tagged javaselenium or ask your own question.

Active11 months ago

Which Firefox version is compatible with Selenium 2.53.0? I tried Firefox 45.0 and I am getting this exception:

ROMANIA_engineer
37.3k20 gold badges164 silver badges154 bronze badges
Selenium Webdriver Version

Selenium Current Version

user16165user16165

3 Answers

I had the similar problem running Selenium Webdriver 2.53.0 with Firefox 47.0.

Selenium Webdriver 2.53.0 works with Firefox 46.0. You can find the the mentioned version at https://support.mozilla.org/en-US/kb/install-older-version-of-firefox.

JehoshuahJehoshuah
5732 gold badges8 silver badges19 bronze badges

Also you could try to add:

Selenium Webdriver Version

if it is also not working, then you need to downgrade your FF

Sathish kumarSathish kumar

hi I had the same problem, I hope you have solved yours, but maybe my answer can help someone else.

i found firefox 26, selenium 2.48.2 and a webdriver that work very good together. here are the download links:

Mehregan RahmaniMehregan Rahmani

protected by CommunityJun 10 '16 at 19:31

Thank you for your interest in this question. Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?

Selenium webdriver guru 99

Selenium Webdriver Example

Not the answer you're looking for? Browse other questions tagged seleniumfirefoxselenium-firefoxdriver or ask your own question.

Coments are closed