Selenium Python Course
137 videos • 48,879 views • by QAFox
1
Installing Python and Configuring it (Selenium Python - Session 1)
QAFox
Download
2
Installing PyCharm IDE (Selenium Python - Session 2)
QAFox
Download
3
Creating a Project in PyCharm IDE and Running First Program (Selenium Python - Session 3)
QAFox
Download
4
Installing Selenium (Selenium Python - Session 4)
QAFox
Download
5
Running First Selenium Python Script and Configuring ChromeDriver (Selenium Python - Session 5)
QAFox
Download
6
Maximizing Browser Window using maximize_window() command (Selenium Python - Session 6)
QAFox
Download
7
Typing Text using send_keys() command (Selenium Python - Session 7)
QAFox
Download
8
Clicking UI element using click() command (Selenium Python - Session 8)
QAFox
Download
9
Manual Testing Versus Automation Testing (Selenium Python - Session 9)
QAFox
Download
10
What is Selenium ? (Selenium Python - Session 10)
QAFox
Download
11
Type of Applications that Selenium can automate (Selenium Python - Session 11)
QAFox
Download
12
Selenium is a free and Open Source tool (Selenium Python - Session 12)
QAFox
Download
13
Different Browsers supported by Selenium (Selenium Python - Session 13)
QAFox
Download
14
Different Operating Systems supported by Selenium (Selenium Python - Session 14)
QAFox
Download
15
Different Programming Languages supported by Selenium (Selenium Python - Session 15)
QAFox
Download
16
Different Components in Selenium (Selenium Python - Session 16)
QAFox
Download
17
Different versions of Selenium (Selenium Python - Session 17)
QAFox
Download
18
Official Website of Selenium - Selenium.Dev (Selenium Python - Session 18)
QAFox
Download
19
Pre-requisites required for learning Selenium Python (Selenium Python - Session 19)
QAFox
Download
20
Selenium IDE (Selenium Python - Session 20)
QAFox
Download
21
What are Locators ? (Selenium Python - Session 21)
QAFox
Download
22
Different types of Locators (Selenium Python - Session 22)
QAFox
Download
23
HTML Basics for Locators (Selenium Python - Session 23)
QAFox
Download
24
Locators Priority (Selenium Python - Session 24)
QAFox
Download
25
SelectorsHub for Autogenerating Locators (Selenium Python - Session 25)
QAFox
Download
26
First Program for Printing (Selenium Python - Session 26)
QAFox
Download
27
What are Variables? (Selenium Python - Session 27)
QAFox
Download
28
Storing Different Types of Data into Variables (Selenium Python - Session 28)
QAFox
Download
29
Variables are Case Sensitive (Selenium Python - Session 29)
QAFox
Download
30
Assigning Different Values to a single Variable (Selenium Python - Session 30)
QAFox
Download
31
Single Line Comments (Selenium Python - Session 31)
QAFox
Download
32
Multi Line Comments (Selenium Python - Session 32)
QAFox
Download
33
Printing and staying in same line (Selenium Python - Session 33)
QAFox
Download
34
Assigning single value to multiple variables at once (Selenium Python - Session 34)
QAFox
Download
35
Finding the type of Data stored in Variables using type() (Selenium Python - Session 35)
QAFox
Download
36
Type Casting in Python (Selenium Python - Session 36)
QAFox
Download
37
Naming Convention of Variables in Python (Selenium Python - Session 37)
QAFox
Download
38
Assigning Different Values to Different Variables in a single line (Selenium Python - Session 38)
QAFox
Download
39
String Concatenation using plus sign (Selenium Python - Session 39)
QAFox
Download
40
Assigning Multiline String text to a variable (Selenium Python - Session 40)
QAFox
Download
41
Taking input from User using input() in Python (Selenium Python - Session 41)
QAFox
Download
42
Concatenating String text with Integers in python print() statements (Selenium Python - Session 42)
QAFox
Download
43
Types of Operators in Python (Selenium Python - Session 43)
QAFox
Download
44
Arithmetic Operators in Python (Selenium Python - Session 44)
QAFox
Download
45
Assignment Operators in Python (Selenium Python - Session 45)
QAFox
Download
46
Comparison Operators in Python (Selenium Python - Session 46)
QAFox
Download
47
Logical Operators in Python (Selenium Python - Session 47)
QAFox
Download
48
Decision making in Python using if statement (Selenium Python - Session 48)
QAFox
Download
49
if else statement in Python (Selenium Python - Session 49)
QAFox
Download
50
elif statement in Python (Selenium Python - Session 50)
QAFox
Download
51
while loop in Python (Selenium Python - Session 51)
QAFox
Download
52
else block in while loop - Python (Selenium Python - Session 52)
QAFox
Download
53
Recap of Selenium Webdriver (Selenium Python - Session 53)
QAFox
Download
54
find_element_by_id() Command (Selenium Python - Session 54)
QAFox
Download
55
find_element_by_name() Command (Selenium Python - Session 55)
QAFox
Download
56
find_element_by_class_name() Command (Selenium Python - Session 56)
QAFox
Download
57
find_element_by_link_text() Command (Selenium Python - Session 57)
QAFox
Download
58
find_element_by_partial_link_text() Command (Selenium Python - Session 58)
QAFox
Download
59
find_element_by_css_selector() Command (Selenium Python - Session 59)
QAFox
Download
60
find_element_by_xpath() Command (Selenium Python - Session 60)
QAFox
Download
61
clear() Command in Selenium Python (Session 61)
QAFox
Download
62
title Command in Selenium Python (Session 62)
QAFox
Download
63
current_url command in Selenium Python (Session 63)
QAFox
Download
64
text command in Selenium Python (Session 64)
QAFox
Download
65
get_attribute command in Selenium Python (Session 65)
QAFox
Download
66
close() Command in Selenium Python (Session 66)
QAFox
Download
67
quit() Command in Selenium Python (Session 67)
QAFox
Download
68
is_displayed() Command in Selenium Python (Session 68)
QAFox
Download
69
is_enabled() Command in Selenium Python (Session 69)
QAFox
Download
70
is_selected() Command in Selenium Python (Session 70)
QAFox
Download
71
back() and forward() Navigation Commands in Selenium Python (Session 71)
QAFox
Download
72
page_soure() command in Selenium Python (Session 72)
QAFox
Download
73
fullscreen_window() Command in Selenium Python (Session 73)
QAFox
Download
74
set_window_size() Command in Selenium Python (Session 74)
QAFox
Download
75
submit() Command in Selenium Python (Session 75)
QAFox
Download
76
refresh() Command in Selenium Python (Session 76)
QAFox
Download
77
save_screenshot() Command in Selenium Python (Session 77)
QAFox
Download
78
get_screenshot_as_file() Command in Selenium Python (Session 78)
QAFox
Download
79
tag_name Command in Selenium Python (Session 79)
QAFox
Download
80
size command in Selenium Python (Session 80)
QAFox
Download
81
location command in Selenium Python (Session 81)
QAFox
Download
82
Python Functions - Creating and Calling (Selenium Python - Session 82)
QAFox
Download
83
Python Functions - Parameters & Arguments (Selenium Python - Session 83)
QAFox
Download
84
Python Functions - Default Arguments (Selenium Python - Session 84)
QAFox
Download
85
Python Functions - Multiple Parameters (Selenium Python - Session 85)
QAFox
Download
86
Python Functions - Return Statement (Selenium Python - Session 86)
QAFox
Download
87
Creating Classes in Python (Selenium Python - Session 87)
QAFox
Download
88
self - For accessing variables and functions inside same Class (Selenium Python - Session 88)
QAFox
Download
89
Assigning Function Parameters to Class Variables in Python (Selenium Python - Session 89)
QAFox
Download
90
self Parameter in Python (Selenium Python - Session 90)
QAFox
Download
91
__init__ function in Python (Selenium Python - Session 91)
QAFox
Download
92
Initializing Class Variables using __init__ function in Python (Selenium Python - Session 92)
QAFox
Download
93
Classes and Objects in Python (Selenium Python - Session 93)
QAFox
Download
94
select_by_visible_text() select_by_index() select_by_value() Commands - Selenium Python - Session 94
QAFox
Download
95
Commands for deselecting options in Multi-selection Box fields (Selenium Python - Session 95)
QAFox
Download
96
Collections in Python (Selenium Python - Session 96)
QAFox
Download
97
List in Python Collections (Selenium Python - Session 97)
QAFox
Download
98
options() command (Selenium Python - Session 98)
QAFox
Download
99
Implicit Wait and Explicit Wait (Selenium Python - Session 99)
QAFox
Download
100
find_element() Command (Selenium Python - Session 100)
QAFox
Download
101
find_elements() Command (Selenium Python - Session 101)
QAFox
Download
102
find_element_by_tag_name() Command (Selenium Python - Session 102)
QAFox
Download
103
Storing the WebElements (Selenium Python - Session 103)
QAFox
Download
104
Handling Radio Buttons and Checkbox Fields (Selenium Python - Session 104)
QAFox
Download
105
Handling Hyperlinks (Selenium Python - Session 105)
QAFox
Download
106
Handling Alerts (Selenium Python - Session 106)
QAFox
Download
107
Handling Frames and Nested Frames (Selenium Python - Session 107)
QAFox
Download
108
Strings in Python (Selenium Python - Session 108)
QAFox
Download
109
Executing Selenium Python scripts in Firefox Browser (Session 109)
QAFox
Download
110
Executing Selenium Python scripts in Internet Explorer Browser (Session - 110)
QAFox
Download
111
Executing Selenium Python scripts in Edge Browser (Session - 111)
QAFox
Download
112
for loop and else block in Python (Selenium Python - Session 112)
QAFox
Download
113
Handling Mulitple Windows (Selenium Python - Session 113)
QAFox
Download
114
for loop with range() in Python (Selenium Python - Session 114)
QAFox
Download
115
XPath Locators (Selenium Python - Session 115)
QAFox
Download
116
Handling Tables (Selenium Python - Session 116)
QAFox
Download
117
CSS Selectors Locators (Selenium Python - Session 117)
QAFox
Download
118
break and continue statements in Python (Selenium Python - Session 118)
QAFox
Download
119
Running JavaScript code in Selenium Python (Session 119)
QAFox
Download
120
Scrolling the Page using Selenium Python (Session - 120)
QAFox
Download
121
Local and Global Variables in Python (Selenium Python - Session 121)
QAFox
Download
122
Mouse Hover and Mouse Left Click in Selenium Python (Session 122)
QAFox
Download
123
Mouse Double Click in Selenium Python (Session 123)
QAFox
Download
124
Mouse Right Click in Selenium Python (Session 124)
QAFox
Download
125
More about Lists in Python (Selenium Python - Session 125)
QAFox
Download
126
Uploading Files in Selenium Python (Session 126)
QAFox
Download
127
Drag and Drop using Mouse in Selenium Python (Session 127)
QAFox
Download
128
Downloading Files in Chrome Browser (Selenium Python - Session 128)
QAFox
Download
129
Downloading Files in Firefox Browser (Selenium Python - Session 129)
QAFox
Download
130
Default type of input received from input() and conversion (Selenium Python - Session 130)
QAFox
Download
131
in and not in operators (Selenium Python - Session 131)
QAFox
Download
132
Python pass statement (Selenium Python - Session 132)
QAFox
Download
133
Modules in Python - Math and Random (Selenium Python - Session 133)
QAFox
Download
134
WebDriverManager in Selenium Python (Session 134)
QAFox
Download
135
Tuple in Python (Selenium Python - Session 135)
QAFox
Download
136
Set in Python (Selenium Python - Session 136)
QAFox
Download
137
Dictionary in Python (Selenium Python - Session 137)
QAFox
Download