How can I configure Eclipse for using Selenium

+4 votes
How can I configure Eclipse for using Selenium?
Dec 12, 2018 in Selenium by Nitesh
• 3,080 points
1,473 views

1 answer to this question.

+3 votes
Best answer

Follow the following steps to configure your Eclipse for using selenium.

1. Download the jar files from http://selenium-release.storage.googleapis.com/index.html

2. Unzip the zip file and create a new project for selenium in your Eclipse.

3. Right click on your project and make a new folder named lib

4. Add the jar files to your project.

5. Add all the jar files from the downloaded zip folder inside lib.

6.Click on libraries and add the files and click on save and apply.

All good and done. Completed. Now you can use selenium with your Eclipse.

Hope it was helpful.

answered Dec 12, 2018 by Nabarupa

selected Dec 13, 2018 by Omkar

Related Questions In Selenium

0 votes
1 answer

How can I download the *.jar file from http:// seleniumhq.org using selenium WebDriver?

For Selenium Standalone Server use this: profile.setPreference("browser.helperApps.neverAsk.saveToDisk", "application/java-archive"); and ...READ MORE

answered Apr 9, 2018 in Selenium by Martin
• 4,320 points
3,246 views
0 votes
1 answer

How can I implement Selenium using C#?

Reference https://www.seleniumhq.org/docs/03_webdriver.jsp#the-5-minute-getting-started-guide using OpenQA.Selenium.Firefox; using OpenQA.Selenium; class GoogleSuggest { ...READ MORE

answered Apr 9, 2018 in Selenium by Neville
618 views
0 votes
1 answer

How can I login to flipkart using selenium?

Hey @Jino, glad you are liking selenium ...READ MORE

answered Dec 20, 2018 in Selenium by Nabarupa
12,721 views
0 votes
1 answer

How can I click on male tag in facebook using selenium?

There is an approach for locating an ...READ MORE

answered Dec 21, 2018 in Selenium by Nabarupa
1,617 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,745 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,618 views
0 votes
2 answers

What is the role of TestNG & JUnit frameworks in Selenium?

TestNG and JUnit are test frameworks . it ...READ MORE

answered Sep 4, 2020 in Selenium by Sri
• 3,190 points
2,520 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,696 views
0 votes
1 answer

How can I automate google search for a keyword using ruby selenium webdriver?

Hi Amir, following code snippet shows how ...READ MORE

answered Aug 26, 2019 in Selenium by Anvi
• 14,150 points
1,431 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