Skip to content

DarkMaguz/SeleniumPythonTutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SeleniumPythonTutorial

Tutorial for using Selenium WebDriver with Python.

Prerequisites

  • Python 3.9 or higher
  • Firefox Browser

Optinally, you can use a different browsers but you will need to modify the code.

Installation

Create a fresh virtual environment and activate it:

python3 -m venv .venv

Activate the virtual environment:

source .venv/bin/activate

Install Selenium:

pip install selenium

Basic exercise

Run the script:

python3 CookieClicker/CookieClicker.py

Try to see if you can expand the cookie clicker, so that it can click cookies forever and upgrade items in the store.

About

Tutorial for using Selenium WebDriver with Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages