• Stars
    star
    134
  • Rank 269,431 (Top 6 %)
  • Language
    Python
  • Created over 3 years ago
  • Updated 8 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This is the repository for my Selenium Series

Selenium Series by JimShapedCoding

Prerequisites:

  • Python Installed (Recommended version 3.8 or above)
  • IDE or Text Editor configured with Python Installed (PyCharm/ Visual Code/ Sublime Text)
  • Pip Package Manager (use pip install selenium)
  • Driver for launching the automation (We will use chromedriver.exe)

What you will learn ?

  • Selenium with Python Basics
  • Best practices for element identification on websites
  • The most useful methods
  • Explicit wait vs Implicit wait
  • Selenium Booking Project (Online Bot)
    • OOP Project, how to maintain code in Selenium Projects
    • Context Manager in Selenium Projects
    • Using different arguments to launch different bots
  • Selenium Unittest Project (Web Application Testing)
    • What is Unittest? Why we need to test our applications?
    • Testcase writing, reporting
    • Deciding how to fail/pass a test

What you should know before starting this series ?



Start here!

More Repositories

1

PythonOOP

The Original Code repository for my Python OOP Series
Python
464
star
2

FlaskSeries

This is the Code from my Flask Series - JimShapedCoding. Each Folder is a checkpoint where we stopped at that particular episode number
HTML
353
star
3

codesnippets

Code Snippets Repository for all my Content
Python
116
star
4

PythonCrashCourse

JimShapedCoding Python Crash Course 2021
Python
78
star
5

MinesweeperGame

This is a Python Project that covers a lot of OOP concepts, and will be extremely helpful to get your first big Python Project being done!
Python
52
star
6

project-structures

A repository templates for my structures in projects
Python
16
star
7

LiveSportsWebsite

This is my Live Sports website built with Flask
HTML
15
star
8

DjangoForEveryone

JavaScript
7
star
9

CommandAutomation

This is a project that creates executables written with python in a directory that should be in PATH env variable
Python
6
star
10

FlaskDeployment

HTML
6
star
11

market

This is the repository for the Django project hosted on TraversyMedia YouTube channel
Python
5
star
12

wordle-in-terminal

This is the wordle game playable in Python
Python
5
star
13

DockerGettingStarted

Python
4
star
14

shorts

This is a repository for the code of my YouTube Shorts
Python
4
star
15

Blackjack

This is a blackjack game made with python's module named TKinter.
Python
4
star
16

two-quick-projects

This is the code for my two projects under 24 hours video
Python
3
star
17

jscshortcuts

This is my repo for automating my work
Python
2
star
18

mp3_converter

Python
2
star
19

rlockertools

Tools for interaction with Resource Locker Servers
Python
1
star
20

ballapp3

This is my ballapp3 project
JavaScript
1
star
21

rlockerci

CI for rlocker
Python
1
star
22

DockerTutorials

This is a collection repository for my Docker tutorials. Each folder represents a video
Python
1
star
23

PythonPostgres

The code for how to Connect Python Projects with PostgreSQL
Python
1
star
24

FlaskBaseApp

This is a basic Flask Application
HTML
1
star
25

rlocker

JavaScript
1
star
26

basic_python_project

Python
1
star