Leon12345679 / Interaction_Methods

This is a custom built class that contains useful methods to interact with web pages using Selenium

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interaction_Methods

This is a custom built class that contains useful methods to interact with web pages using Selenium.
Feel free to use this in your projects.

Quick Start

  1. Install Chrome.
  2. Install the Chrome Driver executable:
    Mac OS: brew install chromedriver.
    Other systems: https://goo.gl/pnm3Xd.
  3. Install Selenium: pip install Selenium.

If you don't have Homebrew run this in the terminal to install:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Support

If you have any questions or suggestions regarding this script you can contact me here:
Leon.Vladimirov@gmail.com

About

This is a custom built class that contains useful methods to interact with web pages using Selenium


Languages

Language:Python 100.0%