Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.17 KB

README.md

File metadata and controls

24 lines (20 loc) · 1.17 KB

Hello Google (Selenium with Python)

WHAT IT IS:

This is a HelloWorld kind of application to use Selenium with several explorers and open google page and search for ""Hello Google".

REQUIREMENTS:

It requires:

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

HOW TO RUN IT:

  1. Clone the sources using git clone /~https://github.com/jmcruz1983/HelloGoogle.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 HelloGoogle.
  7. Install ant with following script source setup.sh.
  8. Run the application using chrome driver with ant chrome.
    1. If you want to run it with firefox instead use ant firefox.