Python
Selenium
Index Jupyter Notebook
Install Python
Install Selenium
Webdriver information and
installation
Python Selenium Cheatsheet
Jupyter
Notebook
Combination of an IDE, server to run your projects
either on your local computer or remotely, and has
support for approximately 40 computer languages.
You can read files from any of the location in
your pc or just call the file name if it is in the
same place of the where the current notebook is 
Solution
List 1-3 ways your company
proposes to solve them.
Install Python
Python is an interpreted, high-level,
general-purpose programming language.
01
Download and install anaconda
Prompt
02
Open jupyter notebook from
anaconda navigator
03
Create a new notebook from "New"
tab
Support for selenium
using python ( forums)
support is not as wide
as selenium using java
Selenium is well
documented in Java.
 
Easy to script 
Easy to maintain 
Lot of inbuilt utilities of
python which can be
used very easily.
Python Selenium
Pros Cons
01
Open anaconda prompt by searching in
windows search button.
02
Write "pip install selenium" in the
command prompt.
03
Type "pip list" in command prompt and
search the word "selenium" for validating
if download was successful.
Install
Selenium
Selenium Python provide a convenient
API to access Selenium WebDrivers like
Firefox, Ie, Chrome, Remote etc.
Webdriver
Browser automation framework that accepts
commands and sends them to a browser.
It is a web automation framework which allows us
to execute test across various browsers. It can
execute multiple tests over multiple browsers on
multiple OS.
https://sites.google.com/a/chromium.org
/chromedriver/downloads
https://github.com/mozilla/geckod
river/releases
https://webkit.org/blog/6900/web
driver-support-in-safari-10/
https://developer.microsoft.com/e
n-us/microsoft-
edge/tools/webdriver/
Types of drivers with links
Python Selenium
Cheatsheet
https://drive.google.com/open?id=1UEdEfoaKbZzVpmh9JnufIxAtzG4YXQaA
This cheatsheet contains all the important and basic tags
to use selenium with python.
Omkar Jagtap
omkarjagtap9773@gmail.com
+919773668066
Contact Me

Notes on Python Selenium