Selenium is a the most popular open-source test automation tool. Its widely used in Industry to automate web and mobile projects. Selenium can be used to test across different browsers and platforms.
Its flexible enough to allow you to code your automation scripts in languages like Java, C#, Python etc.
Selenium primarily has 3 components
Selenium Integrated Development Environment (IDE)
Selenium WebDriver
Selenium Grid
This book covers tutorials and training to teach you Selenium 2 as well Selenium 3. The book uses Java as the scripting language.
Table Of Contents
Chapter 1: Introduction to Selenium
Chapter 2: Introduction to WebDriver & Comparison with Selenium RC
Chapter 3: Guide to install Selenium WebDriver
Chapter 4: Creating your First Script in Webdriver
Chapter 5: Find Element
Chapter 6: Accessing Forms in Webdriver
Chapter 7: Accessing Links & Tables using Selenium Webdriver
Chapter 8: Keyboard Mouse Events , Uploading Files - Webdriver
Chapter 9: Upload & Download a File
Chapter 10: XPath
Chapter 11: TestNG with Selenium
Chapter 12: Handling Date Time Picker
Chapter 13: Handling Alert & Popup
Chapter 14: Handling Dynamic Web Tables
Chapter 15: Using Contains, Sibling, Ancestor to Find Element
Chapter 16: Implicit & Explicit Waits
Chapter 17: Parameterization using XML and DataProviders
Chapter 18: Excel in Selenium
Chapter 19: Page Object Model (POM) & Page Factory
Chapter 20: Selenium Grid
Chapter 21: Keyword & Hybrid Frameworks with Selenium
Chapter 22: Database Testing using Selenium
Chapter 23: Handling Iframes in Selenium
Chapter 24: Cross Browser Testing
Chapter 25: PDF , Emails and Screenshot of Test Reports
Chapter 26: How to Take Screenshot in Selenium
Chapter 27: HTMLUnit Driver & PhantomJS
Chapter 28: Robot API
Chapter 29: AutoIT
Chapter 30: Ajax
Chapter 31: Drag and Drop action
Chapter 32: Handling Cookie