Selenium JARS Java missing from downloadable link

0 votes
I downloaded the latest JARS via zip download of Selenium Webdriver for Java, and after extracting, I realized that some JAR files are missing, especially the selenium-java-x.xx.x.jar file. I downloaded it from here: http://www.seleniumhq.org/download/
Am I doing something wrong during extraction? How will I get the required JARS?
Apr 5, 2018 in Selenium by Martin
• 4,320 points
4,347 views

1 answer to this question.

0 votes

Nothing to worry about here. In the previous verison of Selenium the JAR files were different. In the latest version, the selenium-java-x.xx.x.jar was renamed to client-combined-x.x.x-nodeps.jar. So, just make sure you import all the JARS onto your IDE and you will be fine. A lof of other JARS have also been renamed and there was no official announcement of the same. So, just add your JARS to your build path and check if it works. It should work IMO.

Simply add this new JAR in your build path Libraries.

Hope this helps!

Check out Java course to learn more about it.

Thanks!

answered Apr 5, 2018 by nsv999
• 5,500 points

edited Aug 4, 2023 by Khan Sarfaraz

Related Questions In Selenium

0 votes
1 answer

Selecting an item from dropdown list using Selenium WebDriver & java

Use the below code: new Select(driver.findElement(By.id("blood-group"))).selectByVisibleText("AB"); You also need ...READ MORE

answered May 8, 2018 in Selenium by Meci Matt
• 9,460 points
5,442 views
+2 votes
1 answer
+1 vote
0 answers

Loop through page links in div and click each link containing a specific value in Selenium (java)

I have an html page that has ...READ MORE

Jun 13, 2020 in Selenium by laiman
• 330 points
8,294 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,576 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,558 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,603 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,506 views
+1 vote
1 answer

How to handle drop downs using Selenium WebDriver in Java

First, find an XPath which will return ...READ MORE

answered Mar 27, 2018 in Selenium by nsv999
• 5,500 points
7,912 views
0 votes
1 answer

Selenium + Java - drag and drop not working on selenium 3.8

How about you try adding the below ...READ MORE

answered Mar 28, 2018 in Selenium by nsv999
• 5,500 points
4,719 views
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