/selenium-python-demo

A demonstration of Selenium in Python for learning purposes.

Primary LanguagePython

Selenium-Python-Demo

This is a simple demonstration of how Selenium and Python can be used to "Greybox" test websites. Trademe is used as the demo website, with a few of the selectboxes under the "Motors" section being tested to ensure the search filters are applied.

Getting Started

These instructions will get you a copy of the project up and running on your local machine.

Installing

Install Selenium for Python

$ python3 --version
Python 3.6.3
$ pip3 install selenium

Clone this repository

$ git clone https://github.com/Tyler-Barham/Selenium-Python-Demo.git

Running the tests

$ cd ./Selenium-Python-Demo
$ ./main.py