

Your Eclipse IDE should look like the image below.

Select New > Package, and name that package as "newpackage".Ī pop-up window will open to name the package,Ĭreate a new Java class under newpackage by right-clicking on it and then selecting- New > Class, and then name it as "M圜lass".Right-click on the newly created project and.Name the project as "newproject".Ī new pop-up window will open enter details as follow When asked to select for a workspace, just accept the default location.Ĭreate a new project through File > New > Java Project. If you followed step 2 correctly, the executable should be located on C:\eclipse\eclipse.exe. Launch the "eclipse.exe" file inside the "eclipse" folder that we extracted in step 2.Step 4 - Configure Eclipse IDE with WebDriver This directory contains all the JAR files that we would later import on Eclipse. For simplicity, extract the contents of this ZIP file on your C drive so that you would have the directory "C:\selenium-2.25.0\". This download comes as a ZIP file named "selenium-2.25.0.zip". You will find client drivers for other languages there, but only choose the one for Java. You can download the Selenium Java Client Driver here. Step 3 - Download the Selenium Java Client Driver This will start eclipse neon IDE for you. Post that Click on Install button marked 2Īfter successful completion of the installation procedure, a window will appear. Click Eclipse IDE for Java Developers.Īfter that, a new window will open which click button marked 1 and change path to "C:\eclipse". You should be able to download an exe file named "eclipse-inst-win64"ĭouble-click on file to Install the Eclipse. If you see the following screen you are good to move to the next stepĭownload "Eclipse IDE for Java Developers" here.īe sure to choose correctly between Windows 32 Bit and 64 Bit versions. Once installation is complete, open command prompt and type “java”. This JDK version comes bundled with Java Runtime Environment (JRE), so you do not need to download and install the JRE separately. In this tutorial, we will install Webdriver (Java only) and Configure Eclipseĭownload and install the Java Software Development Kit (JDK) here.
