Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 398 Bytes

File metadata and controls

14 lines (8 loc) · 398 Bytes

Python-Scripts

Some Basic Stuff automated using Python and Selenium WebDriver

Chrome Driver

  • For navigating through a Webpage

Chromium Web Browser(Open Source Version of Chrome Browser)

  • sudo apt-get install chromium-browser

Python Bindings for Selenium (Browser Automation software)

  • pip install selenium