/implicit_vs_explicit_waits_python

Playground for the demonstration of work Implicit and Explicit waits in Python

Primary LanguagePython

implicit_vs_explicit_waits_python

Playground for demonstration of work Implicit and Explicit waits in Python

create and activate virtual env

virtualenv env source env/bin/activate

install packages from requirement.txt file

pip install -r requirements.txt

run tests

./run.sh