Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • Toggle search form

Installation of JAVA, Eclipse and Selenium – Make Selenium Easy

Posted on 08/05/2020 By admin

Last updated on April 23rd, 2017 at 03:14 pm

As of now, we should have basic idea of:

  1. Introduction of Selenium Webdriver
  2. Architecture of Selenium Webdriver

In this post, we will learn:

  1. Installation of JDK.
  2. Installation of Eclipse
  3. Selenium jar file download

Let’s start with setup first.

Installation of  JDK in system.

We will learn selenium Webdriver with JAVA. So first thing we need to install JDK in our system. JDK stands for Java Development Kit. JDK is a set of tools which provides a platform to develop and run java programs.

Before installing, we should first check if it is already installed:

Go to Windows->Run->cmd and type “java  –version”

If Java is not installed, you will get

‘java‘ is not recognized as an internal or external command.

If it is installed, you should get version details of java as below:

How to install JDK:

We can install JDK through official website of Java.

http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

Notice here that JDK is platform dependent which makes Java a platform independent language. You need to download as per your operating system and processors’s bit capability. After downloading the required JDK, I hope you can install it by double clicking on it. After successful installation, you will get a folder named JAVA in Program files.

After JDK installation, you need to set JAVA_HOME and java bin path as environment variables.

Follow below URL for Setting JAVA_HOME and java bin path:

https://www.mkyong.com/java/how-to-set-java_home-on-windows-10/

Now, if you run java –version command in console (new one), you must get java version installed on your machine.

Installation of Eclipse:

We are done with setup of JAVA. Now we need to install IDE(Integrated development environment). An integrated development environment (IDE) is a software application that provides comprehensive facilities to computer programmers for software development. We will work on Eclipse for JAVA. There are other IDEs as well like NetBeans, intelliJ Idea etc.

You can download eclipse from below URL:

https://www.eclipse.org/downloads/eclipse-packages/

Download the latest version and install it like any other software. You can refer below link for assistance:

https://www.ics.uci.edu/~pattis/common/handouts/pythoneclipsejava/eclipsepython.html

Selenium Download:

As we are aware that selenium is an API. TO work with selenium we need to download it and add it to build path of java project. We can say it is a plugin which allows you to work with selenium Webdriver.

To download selenium, navigate to below URL:

http://www.seleniumhq.org/download/

See the contents of header Selenium Standalone Server. You will see Download Version X.X.X. This number changes frequently as they release. Click on version number and download will start. Remember it is not .exe file. It is .jar file. So, there is no need to install it like any other software.

Now we are ready with basic setup and configuration to start working with Selenium. Kindly comment if you have any doubt or suggestions.

See you soon in next post.

Thanks.

Uncategorized

Post navigation

Previous Post: April 2019 – Make Selenium Easy
Next Post: Make Selenium Easy – Page 46 of 47 –

Related Posts

Understanding Calendars – Make Selenium Easy Uncategorized
Write and validate XPath Expressions and CSS Selectors in Chrome and Firefox browser Uncategorized
January 20, 2019 – Make Selenium Easy Uncategorized
Git Tutorial 14 – How To Create, Switch And List Branches In Git? Uncategorized
regInCLasses – Make Selenium Easy Uncategorized
December 20, 2017 – Make Selenium Easy Uncategorized

Recent Posts

  • Getting Started with Selenium 4: What Is New and How to Upgrade from Selenium 3
  • Manual Testing
  • Baby Steps To Become Efficient Selenium-Java Automation Tester
  • Features of Selenium 4.0.0 Release – Java Binding
  • Part 1: Handling Drop-down Created Using SELECT Tag In Selenium

Recent Comments

No comments to show.

Archives

  • April 2026
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • April 2024
  • March 2024
  • February 2024
  • December 2023
  • October 2023
  • August 2023
  • November 2022
  • September 2022
  • August 2022
  • July 2022
  • May 2022
  • March 2022
  • October 2021
  • April 2021
  • March 2021
  • January 2021
  • December 2020
  • October 2020
  • September 2020
  • August 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • May 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • January 2018

Categories

  • Getting Started
  • Uncategorized

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark