Skip to content
This repository has been archived by the owner on Sep 10, 2020. It is now read-only.

Example using selenium to go through all pages on GlassDoor.

Notifications You must be signed in to change notification settings

Zenahr/selenium-glassdoor-page-jumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

  1. clone this repository
  2. make sure chrome webdriver is installed properly

If you would like to use the chromedriver.exe I added in this repo, just call self.driver = webdriver.Chrome(options=options, executable_path="./")

  1. create a virtual environment and use requirements.txt to feed the dependencies via pip install -r requirements.txt
  2. run the script in your console via python -i example.py
  3. in the interactive console window, enter run()

About

Example using selenium to go through all pages on GlassDoor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages