This is an application that registers an account in BetVictor web page using Firefox selenium drivers and UTs.
It requires:
- Mac-OSx
- Python2.7
- PIP (Python's tools)
- Selenium
- Clone the sources using
git clone https://github.com/jmcruz1983/BetVictor.git
- Install Python2.7 using Mac-OSx installer python-2.7.14-macosx10.6.pkg. See instructions.
- Download get-pip.py for PIP installation. See instructions.
- Install PIP using command
python get-pip.py
- Install Selenium using
pip install selenium
. See instructions. - Go into the directory with
cd BetVictor
. - Install ant with following script
source setup.sh
. - Run the application using chrome driver with
ant firefox
.