How to install selenium webdriver with python

asked 1 year ago

To install Selenium WebDriver for Python, follow these steps:

Step 1: Install Python (if not already installed):
Download and install Python from https://www.python.org.
Make sure to check "Add Python to PATH" during installation.

Step 2: Install Selenium using pip:
Open a terminal or command prompt and run: pip install selenium

Step 3: Verify the installation by running this command on your terminal: python -c "import selenium; print(selenium.__version__)"

Follow this link for a more detailed tutorial of Selenium-Python: https://www.qafeast.com/selenium-python/