Page 0Classification: Restricted Selenium Training Introduction To WebDriver
Page 1Classification: Restricted Agenda • Introduction to WebDriver • Pre-requisites to configure WebDriver • Downloading WebDriver • Configuring WebDriver
Page 2Classification: Restricted Introduction to WebDriver • It directly interact with the browser and gives faster test results. • Reporting is very fast. • TestNG is used for generating reports. • It can communicate with the html driver.
Page 3Classification: Restricted Pre-requisites to configure WebDriver • JDK above 1.6 • Eclipse • Selenium java client jar
Page 4Classification: Restricted Downloading WebDriver • Install eclipse any version • Download Selenium java client jar from seleniumhq.org, download the language binders • As java is used as a language for writing the scripts download the language binder for java
Page 5Classification: Restricted Configuring WebDriver • Right click on the project • Select build path and click on configure build path • Clicking on the configure build path it opens the properties of the project • Select he java build path • Go to libraries • Now click on add external jars • In the extracted folder of the selenium in libs select all the jar files and click open • Add the 2 other jar files of selenium from the folder • Click on ok and all the jar files are added
Page 6Classification: Restricted Thank You!

Session 05 - Introduction to WebDriver - Part 02