(WIP) Web Application testing in Python with Selenium
1. Set up your Python environments.
In most cases, when running Python code, the preferred approach is to set up a ‘virtual environment’. There are multiple ways to do this, with my preferred method being:
You’ll know the virtual environment is set up and running when you a green ‘(venv)’ in front of your prompt.