Selenium Webdriver is one of the most well known testing frameworks. It is an open source project that allows testers and developers alike to develop functional tests to drive the browser. Selenium Webdriver can work on any browser that supports JavaScript, since Selenium has been built using
JavaScript.
Chapter One
1. Configuring Webdriver in Eclipse
2. Running Sample code using Webdriver
3. Firefox profile, WebDriver DesiredCapabilities Class
4. Close and Quit, HTMLUnit driver
Chapter Two
1. Xpath and their usage with Webdriver
2. Xpath Function,Absolute and Relative Xpaths
3. Xpath finding Links, Buttons, Input box, Radio buttons, Checkbox
Chapter Three
1. WebDriver, WebElement Interface
2. Handling drop down list using Select class
3. Taking Screenshots with selenium Webdriver
4. Finding whether object is present on page or not
Chapter Four
1. Implicit and Explicit waits
2. WebDriverWait Class
3. ExpectedConditions class
4. WaitUntil Condition
Chapter Five
1. Handling Multiple Browser Window
2. Handling JavaScript Alert
3. Attaching files with Webdriver
4. JavaScriptExecutor
And source code shown as part of video lecture will be provided for download
Chapter One
This video will help you in setting up the environment using virtual machine. The virtual machine have all the tools and necessary setting for the course. Just import the virtual machine and you can start practising the concept
Also refer to Section 18 :- Firefox Driver with Selenium 3.0
Chapter Two
Relative Xpath using Axes View
Chapter Three
Event Listeners
Most commonly asked questions during the interviews