In this Article i am describing you how to setup Selenium Web Driver in your Machine
Step 1: First You need to install Java in your Computer. To download the java Click Here
After install the Java you can check in your machine that is that i stalled or not. Open you cmd on window machine and terminal on Linux and type command java -version that will give you the version of installed java in your machine.
Step 2: To download the Eclipse IDE click here. Eclipse should be same version as your machine.
You should download the zip file. After extract it then you will find the eclipse folder. You can put that folder at anywhere on you machine.
For Eclipse you don't need to install this.
Step 3: Now you need to download the Selenium JAR files. To download the Jar files click here
This will download in ZIP format. You can extract them and save them anywhere. But better to save them in same location where you put eclipse folder.
Step 4: Now you need to configure Eclipse IDE with the Selenium Web Driver
Click on the Eclipse folder and you will find a icon name eclipse.exe. click on eclipse.exe. It will ask from you the default workspace. Select the default option and click on Ok button
Step 5: Now create your first project of selenium Web driver for this first you need to create a java project
Click on File Menu > New > Project. Put the any name like myfirstproject
Now Right click on newly created project -> select New -> then select Package. Put the name like myfirstpackage
Now time to create a new java class. For this right click on newly created package then click on new and then select class. Put the name MyFirstClass.
Step 6: Now right click on the Project name and then put the mouse hover on Build path and select Configuration Build Path. You will see "Libraries" option showing select.
From here click on "Add External JARs..." button and select the path where you put the downloaded selenium JAR file. Select them all from different folders. Now click on On button and you have done the configuration part.
Step 1: First You need to install Java in your Computer. To download the java Click Here
![]() |
Step 2: To download the Eclipse IDE click here. Eclipse should be same version as your machine.
For Eclipse you don't need to install this.
Step 3: Now you need to download the Selenium JAR files. To download the Jar files click here
This will download in ZIP format. You can extract them and save them anywhere. But better to save them in same location where you put eclipse folder.
Step 4: Now you need to configure Eclipse IDE with the Selenium Web Driver
Click on the Eclipse folder and you will find a icon name eclipse.exe. click on eclipse.exe. It will ask from you the default workspace. Select the default option and click on Ok button
Step 5: Now create your first project of selenium Web driver for this first you need to create a java project
Click on File Menu > New > Project. Put the any name like myfirstproject
Now Right click on newly created project -> select New -> then select Package. Put the name like myfirstpackage
Now time to create a new java class. For this right click on newly created package then click on new and then select class. Put the name MyFirstClass.
Step 6: Now right click on the Project name and then put the mouse hover on Build path and select Configuration Build Path. You will see "Libraries" option showing select.
From here click on "Add External JARs..." button and select the path where you put the downloaded selenium JAR file. Select them all from different folders. Now click on On button and you have done the configuration part.
Comments
Post a Comment