Skip to content

DanStach/SeleniumPyExamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

you will need Python3 and Pip3 is installed on your machine.

next download this repo

Set up the dependencies Mac

  • python3 -m venv env
  • source env/bin/activate
  • pip3 install -r requirements.txt

Windows

  • python3 -m venv env
  • env\Scripts\activate
  • pip3 install -r requirements.txt

install chrome webdriver

Running code from the command line

  • python3 main.py

Reference video with walk through https://www.youtube.com/watch?v=NB8OceGZGjA

About

testing various selenium examples on various websites

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages