01 - TH - Selenium Webdriver-Setup Environment
01 - TH - Selenium Webdriver-Setup Environment
WebDriver
In this tutorial, we will install Webdriver (Java only) and Configure Eclipse
Next –
This JDK version comes bundled with Java Runtime Environment (JRE), so
you do not need to download and install the JRE separately.
Once installation is complete, open command prompt and type “java”. If you
see the following screen you are good to move to the next step
Step 2 - Install Eclipse IDE
Download latest version of "Eclipse IDE for Java Developers" here. Be sure
to choose correctly between Windows 32 Bit and 64 Bit versions.
Double-click on file to Install the Eclipse. A new window will open. Click
Eclipse IDE for Java Developers.
After that, a new window will open which click button marked 1 and change
path to "C:\eclipse". Post that Click on Install button marked 2
After successful completion of the installation procedure, a window will
appear. On that window click on Launch
This will start eclipse neon IDE for you.
3. Create a new project through File > New > Java Project. Name the project
as "newproject".
4. In this step,
1. Right-click on the newly created project and
2. Select New > Package, and name that package as "newpackage".
In this step,
When you click on "Add External JARs.." It will open a pop-up window. Select
the JAR files you want to add.
After selecting jar files, click on OK button.