Verify Selenium installation via pip
Preconditions (2)
Step 1: Open a command prompt or terminal
Step 2: Run the command 'pip install selenium'
Step 3: Wait for the installation to complete
Step 4: Open Python interpreter by typing 'python' or 'python3'
Step 5: Type 'import selenium' and press Enter
✅ Expected Result: The 'pip install selenium' command completes without errors, and 'import selenium' in Python interpreter does not raise any error.