This is a HelloWorld kind of application to use Selenium with several explorers and open google page and search for ""Hello Google".
It requires:
- Mac-OSx
- Ant
- Python2.7
- PIP (Python's tools)
- Selenium
- Clone the sources using
git clone https://github.com/jmcruz1983/HelloGoogle.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 HelloGoogle
. - Install ant with following script
source setup.sh
. - Run the application using chrome driver with
ant chrome
.- If you want to run it with firefox instead use
ant firefox
.
- If you want to run it with firefox instead use