Skip to content

hung0125/Selenium-Implementation-Simplifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Selenium Implementation Simplifier

Must know

  1. The libraries support Chrome driver only
  2. The libraries are only tested on Windows

Installation

  1. pip install selenium
  2. Get a copy of chromedriver.exe from here

Setting up in your scripts

import seleniumMain
import seleniumLogin (optional and depends on seleniumMain.py)

Running in IDLE

In your IDLE, type the following code:

import sys
sys.path.append(r"the path that stores the libraries")
import seleniumMain as sm
#do your things here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages