Selenium Video -Basics
Selenium Browser Command Video
1) What is Browser Command?
2) Different type of Browser Commands.
Get Command
Get Title Command
Get Current URL Command
Get Page Source Command
Close Command
Quit Command
3) Usage of Browser Commands.
4) How Selenium Driver interact with any browser?
Selenium Navigation Command Video
1) Alternative Approach to Browser Commands.
2) What is Navigation class.
3) Different methods in Navigation class:
Navigate Back Command
Navigate Forward Command
Navigate To Command
Refresh Command
Date Time Picker control in Selenium WebDriver
1. What is Date Time picker?
2. How to analyze a Date time element?
3. Code walk through to select a date.
Selenium Video on HTML Locators & Browsers Inspector Dev Tool
Locators
1) Understand the structure of HTML document.
2) What are Browser dev. tools or Browser Inspector?
– Usage of IE Inspector & FireBug Tool
3) Understand how different type of Elements are described in HTML
4) What are Locators?
5) Different Types of Locators.
6) HTML basics
7) Attributes of Element
8) Finding an element using different method in Selenium
Locator Strategy
– By Name
– By ID
– By Xpath
– Link Text
– By Partial Link Text
– By Class Name
– By Tag Name
– CSS Selector
Part – 1
Part – 2
Part – 3
Selenium Training Video on Wait Commands
1) What is wait in Selenium?
2) When do we need wait.
3) Different type of wait statements.
4) Driver Timeouts
– Implicit Timeout
– Script Timeout
– Page Load Timeout
5) UI Support Timeout
– Fluent Wait
– WebDriver Wait
– Explicit Wait
– Expected Conditions
– UI Sleeper
– Browser Launcher Sleeper
Part 1
Part 2