Selenium WebDriver With Python 3.x for Automation Framework

What’s included
$14.99 / $24.99
Get ready for your exam by enrolling in our comprehensive training course. This course includes a full set of instructional videos designed to equip you with in-depth knowledge essential for passing the certification exam with flying colors.
Pay once, own it forever
Video Courses
Setup And Configuration
Lectures | Duration |
---|---|
1. Python Installation - Windows | 3m 36s |
2. Configuration Of Python - Windows | 4m 5s |
3. Python Installation And Setup - Mac | 8m 4s |
4. *** Must Watch Lecture Before Moving Forward *** | 6m 26s |
5. Package Management Using PIP | 6m 38s |
6. IDE Options For Python Development | 5m 4s |
7. Installing iPython | 3m 27s |
1. Python Installation - Windows
3m 36s
2. Configuration Of Python - Windows
4m 5s
3. Python Installation And Setup - Mac
8m 4s
4. *** Must Watch Lecture Before Moving Forward ***
6m 26s
5. Package Management Using PIP
6m 38s
6. IDE Options For Python Development
5m 4s
7. Installing iPython
3m 27s
Understanding Variables And Data Type
Lectures | Duration |
---|---|
1. Python Terminal Walkthrough | 11m 20s |
2. Understanding Objects And References | 9m 59s |
3. Variables Rules | 5m 26s |
4. Numbers Data Type And Math Operations | 7m 12s |
5. Numbers - Exponentiation And Modulo | 5m 30s |
6. Arithmetic Order Of Precedence | 6m 39s |
7. Boolean Data Type | 5m 46s |
8. Working With Strings | 9m 13s |
9. String Methods - Part 1 | 10m 44s |
10. String Methods - Part 2 | 7m 54s |
11. More String Slicing And Indexing | 7m 23s |
12. Strings Formatting | 4m 56s |
1. Python Terminal Walkthrough
11m 20s
2. Understanding Objects And References
9m 59s
3. Variables Rules
5m 26s
4. Numbers Data Type And Math Operations
7m 12s
5. Numbers - Exponentiation And Modulo
5m 30s
6. Arithmetic Order Of Precedence
6m 39s
7. Boolean Data Type
5m 46s
8. Working With Strings
9m 13s
9. String Methods - Part 1
10m 44s
10. String Methods - Part 2
7m 54s
11. More String Slicing And Indexing
7m 23s
12. Strings Formatting
4m 56s
Advanced Data Types
Lectures | Duration |
---|---|
1. List And Accessing The Elements | 7m 42s |
2. List Methods | 10m 30s |
3. Working With Dictionary | 10m 5s |
4. Nested Dictionary | 6m 58s |
5. Dictionary Methods | 6m 30s |
6. Working With Tuple | 6m 17s |
1. List And Accessing The Elements
7m 42s
2. List Methods
10m 30s
3. Working With Dictionary
10m 5s
4. Nested Dictionary
6m 58s
5. Dictionary Methods
6m 30s
6. Working With Tuple
6m 17s
Comparison And Boolean Operators
Lectures | Duration |
---|---|
1. Working With Comparators | 9m 17s |
2. Understanding Boolean Operators | 6m 58s |
3. Boolean Operators - Order Of Precedence | 7m 30s |
1. Working With Comparators
9m 17s
2. Understanding Boolean Operators
6m 58s
3. Boolean Operators - Order Of Precedence
7m 30s
Program Control Flow
Lectures | Duration |
---|---|
1. Conditional Logic - If Else Conditions | 9m 53s |
2. While Loop Demo | 7m 42s |
3. Break Continue And While/Else | 9m 22s |
4. For Loop Demo | 11m 2s |
5. Iterating Multiple Lists - Using the Zip Function | 3m 24s |
6. Using Range Function In For Loop | 8m 22s |
1. Conditional Logic - If Else Conditions
9m 53s
2. While Loop Demo
7m 42s
3. Break Continue And While/Else
9m 22s
4. For Loop Demo
11m 2s
5. Iterating Multiple Lists - Using the Zip Function
3m 24s
6. Using Range Function In For Loop
8m 22s
Methods - Working With Reusable Code
Lectures | Duration |
---|---|
1. Understanding Methods | 10m 11s |
2. Working With Return Values | 12m 15s |
3. Working With Positional / Optional Parameters | 7m 10s |
4. Understanding Variable Scope | 9m 52s |
5. More Built-In Functions | 9m 27s |
6. Practice Exercise With Solution *** Homework *** | 8m 3s |
1. Understanding Methods
10m 11s
2. Working With Return Values
12m 15s
3. Working With Positional / Optional Parameters
7m 10s
4. Understanding Variable Scope
9m 52s
5. More Built-In Functions
9m 27s
6. Practice Exercise With Solution *** Homework ***
8m 3s
Classes - Object Oriented Programming
Lectures | Duration |
---|---|
1. Understanding Objects / Classes | 8m 47s |
2. Create Your Own Object | 12m 20s |
3. Create Your Own Methods | 8m 42s |
4. Inheritance | 7m 54s |
5. Method Overriding | 8m 35s |
6. Practice Exercise With Solution *** Homework *** | 3m 41s |
1. Understanding Objects / Classes
8m 47s
2. Create Your Own Object
12m 20s
3. Create Your Own Methods
8m 42s
4. Inheritance
7m 54s
5. Method Overriding
8m 35s
6. Practice Exercise With Solution *** Homework ***
3m 41s
Exception Handling
Lectures | Duration |
---|---|
1. Exception Handling Demo | 9m 42s |
2. Finally And Else Block | 7m 28s |
3. Practice Exercise With Solution *** Homework *** | 3m 15s |
1. Exception Handling Demo
9m 42s
2. Finally And Else Block
7m 28s
3. Practice Exercise With Solution *** Homework ***
3m 15s
Modules
Lectures | Duration |
---|---|
1. Builtin Modules | 8m 29s |
2. Create Your Own Modules | 6m 31s |
1. Builtin Modules
8m 29s
2. Create Your Own Modules
6m 31s
Working With Files
Lectures | Duration |
---|---|
1. How To Write Data To A File | 8m 18s |
2. How To Read A File | 6m 3s |
3. File Handling Using "With" And "As" Keywords | 9m 18s |
1. How To Write Data To A File
8m 18s
2. How To Read A File
6m 3s
3. File Handling Using "With" And "As" Keywords
9m 18s
Selenium WebDriver -> Setup And Installation
Lectures | Duration |
---|---|
1. Firebug and Firepath Installation | 6m 51s |
2. Selenium WebDriver Installation - Mac | 4m 2s |
3. Selenium WebDriver Installation - Windows | 2m 49s |
1. Firebug and Firepath Installation
6m 51s
2. Selenium WebDriver Installation - Mac
4m 2s
3. Selenium WebDriver Installation - Windows
2m 49s
Selenium WebDriver -> Running Tests On Various Browsers
Lectures | Duration |
---|---|
1. Running Tests On Firefox | 7m 34s |
2. Running Tests On Google Chrome - Mac | 6m 3s |
3. Running Tests On Google Chrome - Windows | 5m 39s |
4. Requirements To Run Tests On IE | 3m 44s |
5. Running Tests On Internet Explorer | 2m 31s |
6. Running Tests On Safari | 4m 36s |
7. *** Interview Questions *** | 4m 17s |
1. Running Tests On Firefox
7m 34s
2. Running Tests On Google Chrome - Mac
6m 3s
3. Running Tests On Google Chrome - Windows
5m 39s
4. Requirements To Run Tests On IE
3m 44s
5. Running Tests On Internet Explorer
2m 31s
6. Running Tests On Safari
4m 36s
7. *** Interview Questions ***
4m 17s
Selenium WebDriver -> Finding Elements
Lectures | Duration |
---|---|
1. Understanding Elements And DOM | 8m 15s |
2. Find Element By Id And Name | 10m 3s |
3. Understanding Dynamic Ids And Selenium Exception | 7m 40s |
4. Find Element By XPath And CSS Selectors | 6m 24s |
5. Find Element By Link Text | 5m 31s |
6. Find Element By Class Name And Tag Name | 14m 53s |
7. Understanding "By" Class | 6m 11s |
8. How To Find List Of Elements | 2m 54s |
9. *** Interview Questions *** | 5m 51s |
1. Understanding Elements And DOM
8m 15s
2. Find Element By Id And Name
10m 3s
3. Understanding Dynamic Ids And Selenium Exception
7m 40s
4. Find Element By XPath And CSS Selectors
6m 24s
5. Find Element By Link Text
5m 31s
6. Find Element By Class Name And Tag Name
14m 53s
7. Understanding "By" Class
6m 11s
8. How To Find List Of Elements
2m 54s
9. *** Interview Questions ***
5m 51s
CSS Selectors - Advanced Locators
Lectures | Duration |
---|---|
1. Using Ids With CSS Selectors To Find Elements | 9m 23s |
2. How To Use Multiple CSS Classes To Find Elements | 11m 15s |
3. Using Wildcards With CSS Selectors | 11m 9s |
4. How To Find Child Nodes Using CSS Selectors | 6m 59s |
1. Using Ids With CSS Selectors To Find Elements
9m 23s
2. How To Use Multiple CSS Classes To Find Elements
11m 15s
3. Using Wildcards With CSS Selectors
11m 9s
4. How To Find Child Nodes Using CSS Selectors
6m 59s
Xpath - Advanced Locators
Lectures | Duration |
---|---|
1. Difference Between Absolute And Relative Xpath | 11m 52s |
2. How to Build An Effective Xpath | 5m 25s |
3. Using Text To Build An Effective Xpath | 7m 28s |
4. Build Xpath Using Contains Keyword | 6m 13s |
5. Build Xpath Using Starts-With Keyword | 7m 52s |
6. How To Find Parent and Sibling Nodes | 6m 44s |
7. Practice Exercise With Solution + *** Interview Question *** | 10m 53s |
1. Difference Between Absolute And Relative Xpath
11m 52s
2. How to Build An Effective Xpath
5m 25s
3. Using Text To Build An Effective Xpath
7m 28s
4. Build Xpath Using Contains Keyword
6m 13s
5. Build Xpath Using Starts-With Keyword
7m 52s
6. How To Find Parent and Sibling Nodes
6m 44s
7. Practice Exercise With Solution + *** Interview Question ***
10m 53s
Selenium WebDriver -> Working With Web Elements
Lectures | Duration |
---|---|
1. Browser Interactions Introduction | 7m 58s |
2. Browser Interaction *** Practical Implementation *** | 10m 48s |
3. How To Click And Type On A Web Element | 15m 39s |
4. How To Find The State Of A Web Element (Disabled And Enabled Elements) | 10m 14s |
5. Radio Buttons And Checkboxes | 14m 1s |
6. Working With Elements List | 9m 50s |
7. Understanding Dropdown Elements | 4m 55s |
8. Working With A Dropdown Element *** Practical Example *** | 7m 18s |
9. How To Work With Hidden Elements | 7m 18s |
10. Working With Hidden Elements - Practical Example | 10m 31s |
11. *** Interview Questions *** | 4m 31s |
1. Browser Interactions Introduction
7m 58s
2. Browser Interaction *** Practical Implementation ***
10m 48s
3. How To Click And Type On A Web Element
15m 39s
4. How To Find The State Of A Web Element (Disabled And Enabled Elements)
10m 14s
5. Radio Buttons And Checkboxes
14m 1s
6. Working With Elements List
9m 50s
7. Understanding Dropdown Elements
4m 55s
8. Working With A Dropdown Element *** Practical Example ***
7m 18s
9. How To Work With Hidden Elements
7m 18s
10. Working With Hidden Elements - Practical Example
10m 31s
11. *** Interview Questions ***
4m 31s
Practice Exercise
Lectures | Duration |
---|---|
1. Practice Exercise Question | 1m 37s |
2. Practice Exercise Solution | 8m 38s |
1. Practice Exercise Question
1m 37s
2. Practice Exercise Solution
8m 38s
Selenium WebDriver -> Useful Methods And Properties
Lectures | Duration |
---|---|
1. How To Get The Text On Element | 4m 25s |
2. How To Get Value Of Element Attribute | 4m 54s |
3. Generic Method To Find Elements | 14m 11s |
4. How To Check If Element Is Present | 12m 28s |
5. How To Build Dynamic XPath | 9m 42s |
6. *** Interview Questions *** | 4m 16s |
1. How To Get The Text On Element
4m 25s
2. How To Get Value Of Element Attribute
4m 54s
3. Generic Method To Find Elements
14m 11s
4. How To Check If Element Is Present
12m 28s
5. How To Build Dynamic XPath
9m 42s
6. *** Interview Questions ***
4m 16s
Selenium WebDriver -> Wait Types
Lectures | Duration |
---|---|
1. Implicit Wait Vs Explicit Wait | 12m 32s |
2. Implicit Wait *** Practical Example *** | 4m 18s |
3. Explicit Wait *** Practical Example *** | 8m 37s |
4. Generic Method To Work With Explicit Wait | 10m 56s |
5. *** Interview Questions *** | 3m 50s |
1. Implicit Wait Vs Explicit Wait
12m 32s
2. Implicit Wait *** Practical Example ***
4m 18s
3. Explicit Wait *** Practical Example ***
8m 37s
4. Generic Method To Work With Explicit Wait
10m 56s
5. *** Interview Questions ***
3m 50s
Selenium WebDriver -> Advanced
Lectures | Duration |
---|---|
1. Calendar Selection Introduction | 8m 35s |
2. Calendar Selection *** Practical Example *** | 4m 17s |
3. Calendar Selection *** Real Time Example *** | 8m 7s |
4. AutoComplete Introduction | 7m 42s |
5. AutoComplete *** Practical Example *** | 4m 38s |
6. How To Take Screenshots | 9m 14s |
7. Generic Method To Take Screenshots | 6m 7s |
8. Executing JavaScript Commands | 7m 17s |
9. How To Find Size Of The Window | 2m 54s |
10. How To Scroll Element Into View | 10m 38s |
11. *** Interview Questions *** | 4m 50s |
1. Calendar Selection Introduction
8m 35s
2. Calendar Selection *** Practical Example ***
4m 17s
3. Calendar Selection *** Real Time Example ***
8m 7s
4. AutoComplete Introduction
7m 42s
5. AutoComplete *** Practical Example ***
4m 38s
6. How To Take Screenshots
9m 14s
7. Generic Method To Take Screenshots
6m 7s
8. Executing JavaScript Commands
7m 17s
9. How To Find Size Of The Window
2m 54s
10. How To Scroll Element Into View
10m 38s
11. *** Interview Questions ***
4m 50s
Selenium WebDriver -> Switch Window And IFrames
Lectures | Duration |
---|---|
1. How To Switch Window Focus | 9m 30s |
2. Switch To Window *** Practical Example *** | 5m 46s |
3. How To Work With IFrames | 10m 47s |
4. Switch To IFrame *** Practical Example *** | 7m 32s |
5. Handling JavaScript Popup | 8m 45s |
1. How To Switch Window Focus
9m 30s
2. Switch To Window *** Practical Example ***
5m 46s
3. How To Work With IFrames
10m 47s
4. Switch To IFrame *** Practical Example ***
7m 32s
5. Handling JavaScript Popup
8m 45s
Selenium WebDriver -> Working With Actions Class
Lectures | Duration |
---|---|
1. Mouse Hover Actions | 10m 56s |
2. How To Drag And Drop Element On A Web Page | 7m 16s |
3. Working With Sliders Actions | 5m 39s |
1. Mouse Hover Actions
10m 56s
2. How To Drag And Drop Element On A Web Page
7m 16s
3. Working With Sliders Actions
5m 39s
Logging Infrastructure
Lectures | Duration |
---|---|
1. Introduction To Logging Infrastructure | 10m 31s |
2. Changing The Format Of Logs | 8m 26s |
3. Logger - Console Example | 8m 38s |
4. Logger - Configuration File Example | 12m 7s |
5. How To Write A Generic Custom Logger Utility | 13m 39s |
1. Introduction To Logging Infrastructure
10m 31s
2. Changing The Format Of Logs
8m 26s
3. Logger - Console Example
8m 38s
4. Logger - Configuration File Example
12m 7s
5. How To Write A Generic Custom Logger Utility
13m 39s
Unittest Infrastructure
Lectures | Duration |
---|---|
1. Unittest Introduction | 4m 51s |
2. Writing First Test Case | 9m 47s |
3. How To Implement Class Level SetUp And TearDown Methods | 5m 33s |
4. How To Assert A Test Method | 14m 34s |
5. How To Run Code From Terminal | 7m 59s |
1. Unittest Introduction
4m 51s
2. Writing First Test Case
9m 47s
3. How To Implement Class Level SetUp And TearDown Methods
5m 33s
4. How To Assert A Test Method
14m 34s
5. How To Run Code From Terminal
7m 59s
Pytest -> Advanced Testing Framework
Lectures | Duration |
---|---|
1. Pytest Installation And First Script | 8m 27s |
2. How To Work With PyTest Fixtures | 4m 37s |
3. Multiple Ways To Run Test Cases | 8m 12s |
4. Conftest -> Common Fixtures To Multiple Modules | 10m 48s |
5. How To Maintain Run Order Of Tests | 8m 25s |
6. Running Tests Based On Command Line Arguments | 10m 59s |
7. Structure Tests In A Test Class | 11m 18s |
8. How To Return A Value From Fixtures | 6m 39s |
9. How To Generate HTML Test Report | 5m 10s |
1. Pytest Installation And First Script
8m 27s
2. How To Work With PyTest Fixtures
4m 37s
3. Multiple Ways To Run Test Cases
8m 12s
4. Conftest -> Common Fixtures To Multiple Modules
10m 48s
5. How To Maintain Run Order Of Tests
8m 25s
6. Running Tests Based On Command Line Arguments
10m 59s
7. Structure Tests In A Test Class
11m 18s
8. How To Return A Value From Fixtures
6m 39s
9. How To Generate HTML Test Report
5m 10s
Automation Framework - Part 1
Lectures | Duration |
---|---|
1. Understanding Framework Structure | 4m 47s |
2. Test Scenario Without Framework | 10m 41s |
3. Convert Test Case To Page Object Model Framework | 8m 37s |
4. Refactor Your Page Object Class - Part 1 | 11m 14s |
5. Build Your Custom Selenium Driver Class | 10m 1s |
6. Refactor Your Page Object Class - Part 2 | 11m 15s |
1. Understanding Framework Structure
4m 47s
2. Test Scenario Without Framework
10m 41s
3. Convert Test Case To Page Object Model Framework
8m 37s
4. Refactor Your Page Object Class - Part 1
11m 14s
5. Build Your Custom Selenium Driver Class
10m 1s
6. Refactor Your Page Object Class - Part 2
11m 15s
Automation Framework - Part 2
Lectures | Duration |
---|---|
1. Add Logging To Automation Framework | 10m 54s |
2. How To Verify Test Case Result | 6m 58s |
3. Complete Login Page Test Cases | 10m 12s |
4. Create Conftest To Implement Common Setup Methods | 10m 43s |
5. Refactor Conftest *** Make Framework More Readable *** | 7m 50s |
1. Add Logging To Automation Framework
10m 54s
2. How To Verify Test Case Result
6m 58s
3. Complete Login Page Test Cases
10m 12s
4. Create Conftest To Implement Common Setup Methods
10m 43s
5. Refactor Conftest *** Make Framework More Readable ***
7m 50s
Automation Framework - Part 3
Lectures | Duration |
---|---|
1. How To Assert Without Stopping Test Execution | 8m 53s |
2. How To Assert Without Stopping Test Execution *** Practical Example *** Part - 1 | 9m 52s |
3. How To Assert Without Stopping Test Execution *** Practical Example *** Part - 2 | 9m 50s |
4. Implement Screenshots In A Framework | 9m 54s |
5. Taking Screenshots On Test Failure | 6m 47s |
6. BasePage And Util Concept Introduction | 14m 12s |
7. Inheriting BasePage Class | 3m 49s |
1. How To Assert Without Stopping Test Execution
8m 53s
2. How To Assert Without Stopping Test Execution *** Practical Example *** Part - 1
9m 52s
3. How To Assert Without Stopping Test Execution *** Practical Example *** Part - 2
9m 50s
4. Implement Screenshots In A Framework
9m 54s
5. Taking Screenshots On Test Failure
6m 47s
6. BasePage And Util Concept Introduction
14m 12s
7. Inheriting BasePage Class
3m 49s
Automation Framework -> Practice Exercise
Lectures | Duration |
---|---|
1. CustomDriver -> Additional Methods Before Exercise | 6m 34s |
2. Practice Exercise Question | 8m 6s |
3. Find Element Locators -> Solution Part 1 | 4m 49s |
4. Create Register Courses Page Class -> Solution Part 2 | 11m 39s |
5. Create Register Courses Test Class -> Solution Part 3 | 10m 52s |
1. CustomDriver -> Additional Methods Before Exercise
6m 34s
2. Practice Exercise Question
8m 6s
3. Find Element Locators -> Solution Part 1
4m 49s
4. Create Register Courses Page Class -> Solution Part 2
11m 39s
5. Create Register Courses Test Class -> Solution Part 3
10m 52s
Data Driven Testing
Lectures | Duration |
---|---|
1. Setup And Configuration | 4m 17s |
2. Data Driven Testing *** Practical Implementation *** | 11m 18s |
3. Utility To Read CSV Data | 7m 51s |
4. Multiple Data Sets Test Case *** Practical Example *** | 7m 55s |
1. Setup And Configuration
4m 17s
2. Data Driven Testing *** Practical Implementation ***
11m 18s
3. Utility To Read CSV Data
7m 51s
4. Multiple Data Sets Test Case *** Practical Example ***
7m 55s
Running Complete Test Suite
Lectures | Duration |
---|---|
1. How To Manage Navigation In Framework | 9m 32s |
2. Refactor Login Tests | 8m 21s |
3. How To Run A Test Suite | 4m 58s |
4. Running Test Suite On Chrome | 10m 33s |
1. How To Manage Navigation In Framework
9m 32s
2. Refactor Login Tests
8m 21s
3. How To Run A Test Suite
4m 58s
4. Running Test Suite On Chrome
10m 33s