python-selenium-unittest Experimenting with Python's built-in test module (unittest). Requirements I am using Selenium to automate web navigation. Make sure you create a virtual environment, activate it and: pip install selenium Usage Simply do: python tests_python_org.py Thats is all.