Selenium WebDriver using Python | Environment Setup

preview_player
Показать описание
Installation Process:
Install Python
Install PyCharm (Community Version)
Setup PIP(Package Installation Manager of Python):
Install Libraries using PIP
Setup Python:
Download Python
Install Python
Setup Environment Variables
Verify Python installed or not (python --version)

Setup PyCharm:
Download PyCharm
Install PyCharm
Open PyCharm and Create New Project
Setup PIP:
Used to install packages/libraries. Currently we are working with Selenium so we can install Selenium packages using PIP.
Verify PIP is installed or not (pip --version)

Install Libraries using PIP:
Install Selenium Package using PIP.

pip Commands:
pip install selenium
pip uninstall selenium
pip list

Note: Add Installed package to Project

Please do SUBSCRIBE to my YouTube channel for further videos.
Рекомендации по теме
Комментарии
Автор

Nice video ... i installed everything as per your steps .. what will be the next ..
give one sample demo for python selenium

garenesruthi