/BetVictor

This is an application that registers an account in BetVictor web page using Firefox selenium drivers and UTs.

Primary LanguagePython

BetVictor

WHAT IT IS:

This is an application that registers an account in BetVictor web page using Firefox selenium drivers and UTs.

REQUIREMENTS:

It requires:

  • Mac-OSx
  • Python2.7
  • PIP (Python's tools)
  • Selenium

HOW TO RUN IT:

  1. Clone the sources using git clone https://github.com/jmcruz1983/BetVictor.git
  2. Install Python2.7 using Mac-OSx installer python-2.7.14-macosx10.6.pkg. See instructions.
  3. Download get-pip.py for PIP installation. See instructions.
  4. Install PIP using command python get-pip.py
  5. Install Selenium using pip install selenium. See instructions.
  6. Go into the directory with cd BetVictor.
  7. Install ant with following script source setup.sh.
  8. Run the application using chrome driver with ant firefox.