Upgrading or Updating existing version of Selenium Java Project

0 votes
I was executing a Selenium Project using Eclipse on Ubuntu and wanted to update the java client driver to 2.25.from 2.24.Can anyone tell me how to do this?
Apr 13, 2018 in Selenium by Martin
• 4,320 points
1,944 views

1 answer to this question.

0 votes

I downloaded the java client driver from the selenium website (2.25.0) http://seleniumhq.org/download/ . Unpack the zip file to the dir of your choice.

Start-up eclipse and select the project you are working on. Add the latest selenium jar to the referenced lib by going to Properties->Java Build Path->Add External JARs (select the selenium jar). To do things in a clean way I removed the references to the other libs that had been there along with the older selenium (2.24) and replaced them with the new versions. You can find the new jars under selenium-2.25.0/libs folder. Add them the same way you added selenium-2.25.0.jar.

answered Apr 13, 2018 by commander

Related Questions In Selenium

0 votes
0 answers
0 votes
1 answer

Selenium IDE (2.9.1.1-signed) not working with latest Version of Firefox

Unfortunately, Selenium IDE will be deprecated soon. ...READ MORE

answered Mar 30, 2018 in Selenium by nsv999
• 5,500 points

edited Apr 4, 2018 by nsv999 7,196 views
0 votes
2 answers

How to scroll the Page up or down in Selenium WebDriver? (using java)

JavascriptExecutor jsx = (JavascriptExecutor)driver; jsx.executeScript("window.scrollBy(0,555)", ""); or Action classes ...READ MORE

answered Sep 6, 2020 in Selenium by Sri
• 3,190 points
18,486 views
0 votes
2 answers

Finding WebDriver element with Class Name in java

The better way to handle this element ...READ MORE

answered Apr 10, 2018 in Selenium by nsv999
• 5,500 points
12,709 views
0 votes
2 answers

Problem while using InternetExplorerDriver in Selenium WebDriver

enable trusted connection  in internet explorer by ...READ MORE

answered Aug 31, 2020 in Selenium by Sri
• 3,190 points
8,607 views
0 votes
1 answer

Geo-location microphone camera pop up

To Allow or Block the notification, access using Selenium and you have to ...READ MORE

answered May 11, 2018 in Selenium by Samarpit
• 5,910 points
6,680 views
0 votes
2 answers

How to use such xpath to find web elements

xpath are two types. 1) Absolute XPath:    /html/b ...READ MORE

answered Sep 3, 2020 in Selenium by Sri
• 3,190 points
7,550 views
0 votes
1 answer

Confused betwen Java AWT Robot & Selenium Actions

There are plenty of differences between the ...READ MORE

answered Apr 6, 2018 in Selenium by nsv999
• 5,500 points
5,504 views
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP