HOME
Selenium is an open-source tool. It is not a single automation tool like QTP. Instead, it is a suite of software or a set of JAR files. These tools automate web browsers across various browsers. Selenium is used by many companies, but a few to mention are Netflix, Google, HubSpot, Fitbit, Accenture, IBM, and more.
Selenium – Introduction, Installation, Test Script
Locators in Selenium
Launching Browsers and headless Browser
WebDriver Commands
Chapter 1 Difference between FindElement and FindElements in WebDriver Chapter 2 Difference between getText() and getAttribute() method in WebDriver Chapter 3 WebDriver Browser Commands – get, getTitle, getCurrentUrl, getPageSource, getClass, close, quit in WebDriver Chapter 4 WebDriver Navigation Commands – Navigate, Forward, Back, Refresh in WebDriver Chapter 5 Selenium Form WebElement Commands – Sendkeys, Clear, Click,Submit Chapter 6 How to automate selecting Checkbox and Radio Buttons in Selenium WebDriver Chapter 7 How to Select value from Drop down list or perform Multiple Selection Operations in WebDriver Chapter 8 How to get all options in a DropDown list in WebDriver Chapter 9 How to automate Radio Button in WebDriver Chapter 10 How to automate BootStrap DropDown using WebDriver Chapter 15 How to handle Dynamic Web Tables using Selenium WebDriver Chapter 16 How to get all the values from a Dynamic Table in Selenium WebDriver Chapter 17 isDisplayed, isSelected, isEnabled in Selenium Chapter 18 How to test HTML ordered list in Selenium Chapter 19 How to test HTML5 validation messages with Selenium
Waits in Selenium
Handle Window and Alerts
Working with UI – Font, Color, Background color, Border
Interview Questions