About
About Us
Help
Privacy Policy
Terms of Service
LearnDesk
Learn
Academics
Business
Creative
Health and Fitness
Lifestyle
Personal Development
Software
Topics
Admissions
Engineering
Hardware
Hospitality
Humanities
Chinese
Languages
Maths
Pharma
View All Topics
Topics
Accounting
Advertising
Analysis
Analytics
Business Communication
eCommerce
Entrepreneurship
Finance
Finance - India
Freelancing
View All Topics
Topics
Arts & Crafts
Audio Editing
Audio Production
Dance
Design
Film Production
Music
Photography
Video Production
Writing
View All Topics
Topics
Dieting
Fitness
Food Safety
Games
Medical
Medical Professionals
Meditation
Mental Health
Pregnancy
Safety & First Aid
View All Topics
Topics
Beauty & Makeup
Food
Fashion
Gaming
Home Improvement
Parenting
Pet Care & Training
Relationships
Sustainable Living
View All Topics
Topics
Career Development
Learning
Religion and Spirituality
Self-Improvement
View All Topics
Topics
Accounting
Amazon Web Services
App Development
Continuous Integration
Backup Software
Business Automation
Computational Fluid Dynamics
Business Intelligence
Computer Aided Design (CAD)
View All Topics
Teach
Teach Online
Schedule
Items
Billing
Users
Marketing
Analytics
Settings
Change School
Account
Log In
Sign Up
Selenium WebDriver with Python 3.x - Novice to Ninja
Introduction
Introduction
Preview
How to reach me anytime and ask questions?
Preview
Setup and Configuration
Python Installation - Windows
Configuration of Python - Windows
Python Installation and Setup - Mac
Preview
Must Watch Lecture Before Moving Forward
Package Management Using PIP
IDE Options For Python Development
Installing iPython
Understanding Variables and Data Type
Python Terminal Walkthrough
Preview
Understanding Objects and References
Variables Rules
Numbers Data Type and Math Operations
Numbers - Exponentiation and Modulo
Arithmetic Order of Precedence
Boolean Data Type
Working with Strings
String Methods - Part 1
String Methods - Part 2
More String Slicing and Indexing
Strings Formatting
Advanced Data Types
List and Accessing the Elements
List Methods
Working with Dictionary
Nested Dictionary
Dictionary Methods
Working with Tuple
Comparison and Boolean Operators
Working with Comparators
Understanding Boolean Operators
Boolean Operators - Order of Precedence
Program Control Flow
Conditional Logic - If Else Conditions
While Loop Demo
Break Continue and While/Else
For Loop Demo
Iterating Multiple Lists - Using the Zip Function
Using Range Function In For Loop
Functions/Methods - Working with Reusable Code
Understanding Methods
Working with Return Values
Working with Positional/Optional Parameters
Understanding Variable Scope
More Built-In Functions
Practice Exercise with Solution
Classes - Object Oriented Programming
Understanding Objects/Classes
Create Your Own Object
Create Your Own Methods
Inheritance
Method Overriding
Practice Exercise with Solution
Exception Handling
Exception Handling Demo
Finally and Else Block
Practice Exercise with Solution
Modules
Builtin Modules
Create Your Own Modules
Working with Files
How to Write Data to a File
How to Read a File
File Handling Using "With" and "As" Keywords
How to Inspect Elements Different Browsers - Add-Ons
Introduction
How to Inspect Elements Using Firefox DevTools
Firefox Add-On - Try XPath
How to Inspect Elements Using Chrome DevTools
Chrome Extension - Part 1
Chrome Extension - Part 2
Tricks to Generate XPath
FirePath Fans: If You Want to Use FirePath
Selenium WebDriver: Setup and Installation
Selenium WebDriver Installation - Mac
Selenium WebDriver Installation - Windows
How to Install Selenium Plugin to PyCharm
Selenium 3.x Update
Selenium WebDriver: Running Tests on Various Browsers
Running Tests on Firefox
Running Tests on Google Chrome - Mac
Running Tests on Google Chrome - Windows
Requirements to Run Tests on IE
Running Tests on Internet Explorer
Requirements to Run Tests on Safari
Running Tests on Safari
How to Set Drivers in System Path - Mac
How to Set Drivers in System Path - Windows
Interview Questions
Selenium WebDriver: Finding Elements
Understanding Elements and DOM
Find Element by Id and Name
Understanding Dynamic Ids and Selenium Exception
Find Element by XPath and CSS Selectors
Find Element by Link Text
Find Element by Class Name and Tag Name
Understanding "By" Class
How to Find List of Elements
Interview Questions
CSS Selectors - Advanced Locators
Using Ids with CSS Selectors to Find Elements
How to Use Multiple CSS Classes to Find Elements
Using Wildcards with CSS Selectors
How to Find Child Nodes Using CSS Selectors
CSS Cheat Sheet
XPath - Advanced Locators
Difference Between Absolute and Relative XPath
How to Build an Effective XPath
Using Text to Build an Effective XPath
Build XPath Using Contains Keyword
Build XPath Using Starts-With Keyword
How to Find Parent and Sibling Nodes
Practice Exercise with Solution and Interview Question
XPath Cheat Sheet
Selenium WebDriver: Working with Web Elements
Browser Interactions Introduction
Browser Interaction - Practical Implementation
How to Click and Type on a Web Element
How to Find the State of a Web Element (Disabled and Enabled Elements)
Radio Buttons and Checkboxes
Working with Elements List
Understanding Dropdown Elements
Working with a Dropdown Element - Practical Example
How to Work with Hidden Elements
Working with Hidden Elements - Practical Example
Interview Questions
Selenium WebDriver: Useful Methods and Properties
How to Get the Text on Element
How to Get Value of Element Attribute
Generic Method to Find Elements
How to Check if Element is Present
How to Build Dynamic XPath
Interview Questions
Selenium WebDriver: Wait Types
Implicit Wait vs. Explicit Wait
Implicit Wait - Practical Example
Explicit Wait - Practical Example
Generic Method to Work with Explicit Wait
Interview Questions
Selenium WebDriver: Advanced
Calendar Selection Introduction
Calendar Selection - Practical Example
Calendar Selection - Real Time Example
AutoComplete Introduction
AutoComplete - Practical Example
How to Take Screenshots
Generic Method to Take Screenshots
Executing JavaScript Commands
How to Find Size of the Window
How to Scroll Element Into View
Interview Questions
Selenium WebDriver: Switch Window And IFrames
How to Switch Window Focus
Switch To Window - Practical Example
How to Work with IFrames
Switch To IFrame - Practical Example
Handling JavaScript Popup
Selenium WebDriver: Working with Actions Class
Mouse Hover Actions
How to Drag and Drop Element on a Web Page
Working with Sliders Actions
Logging Infrastructure
Introduction to Logging Infrastructure
Changing the Format of Logs
Logger - Console Example
Logger - Configuration File Example
How to Write a Generic Custom Logger Utility
Unittest Infrastructure
Unittest Introduction
Writing First Test Case
How to Implement Class Level SetUp and TearDown Methods
How to Assert a Test Method
Important Note for Next Lectures - Windows
How to Run Code From Terminal
How to Create a Test Suite
Pytest: Advanced Testing Framework
Pytest Installation and First Script
Pytest Naming Conventions
How to Work with PyTest Fixtures
Pytest Fixture Update
Multiple Ways to Run Test Cases
Conftest: Common Fixtures to Multiple Modules
Important Note for the Next Lecture
How to Maintain Run Order of Tests
Running Tests Based on Command Line Arguments
Structure Tests in a Test Class
How to Return a Value From Fixtures
Install PyTest HTML Plugin
How to Generate HTML Test Report
Automation Framework - Part 1
Automation Framework Introduction
Understanding Framework Structure
Test Scenario Without Framework
Convert Test Case to Page Object Model Framework
Refactor Your Page Object Class - Part 1
Build Your Custom Selenium Driver Class
Refactor Your Page Object Class - Part 2
Automation Framework - Part 2
Add Logging to Automation Framework
How to Verify Test Case Result
Complete Login Page Test Cases
Create Conftest to Implement Common Setup Methods
Refactor Conftest - Make Framework More Readable
Automation Framework - Part 3
How to Assert Without Stopping Test Execution
How to Assert Without Stopping Test Execution - Practical Example - Part - 1
How to Assert Without Stopping Test Execution - Practical Example - Part - 2
Implement Screenshots in a Framework
Taking Screenshots on Test Failure
BasePage and Util Concept Introduction
Inheriting BasePage Class
Automation Framework: Practice Exercise
CustomDriver: Additional Methods Before Exercise
Practice Exercise Question
Find Element Locators: Solution - Part 1
Create Register Courses Page Class: Solution - Part 2
Create Register Courses Test Class: Solution - Part 3
Practice Exercise Solution Update - Part 1
Practice Exercise Solution Update - Part 2
Data Driven Testing
Setup and Configuration
Data Driven Testing - Practical Implementation
Utility to Read CSV Data
Multiple Data Sets Test Case - Practical Example
Running Complete Test Suite
How to Manage Navigation in Framework
Refactor Login Tests
How to Run a Test Suite
Running Test Suite on Chrome
Conclusion
Bonus: What's Next and Other Cool Free Stuff
How to reach me anytime and ask questions?
Selenium WebDriver with Python 3.x - Novice to Ninja
Introduction
By:
3 minutes
Share
Share the link to this page
Copied
Facebook
Twitter
WhatsApp
LinkedIn
Email
Add to Calendar
Add the class to your calendar
Add to Google Calendar
Add to Apple Calendar
Add to Yahoo Calendar
Add to Outlook Calendar
Print
Completed
You will learn multiple ways to reach me and ask questions. How you can attach the code files and send it to me for easy and fast debugging.
Previous
Next
Sign Up
Signup to access thousands of classes
Continue with Facebook
Continue with Google
OR
Continue with Email
Already a member?
Log In
By registering for a LearnDesk account, you agree to our
Terms of Service
and
Privacy Policy
.
Share
Share with friends, get 20% off
Invite your friends to LearnDesk learning marketplace. For each purchase they make, you get 20% off (upto $10) on your next purchase.
Share with Google Contacts