danielbertolozi / selenium-cookie-clicker

Demo with Selenium for a presentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

selenium-cookie-clicker

This is a demo for a presentation on Selenium. This script, made in Python 3.5, enters Cookie Clicker and then spams the Big Cookie with clicks.

How-To:

  • Clone the repo somewhere
  • Ensure to have Selenium Bindings for Python installed (pip3 install selenium)
  • Execute get-latest-chrome-webdriver.sh and download the appropriate Webdriver version
  • Run the script: python3 Main.py [number of clicks]

p.s. Do not support cheating on online games.

About

Demo with Selenium for a presentation


Languages

Language:Shell 55.6%Language:Python 44.4%