Web Automation with Selenium
Installation
• PIP is standard package manager for Python.
• It allows you to install and manage additional
packages that are not part of Python Standard
Library
• We need to go to command prompt and write
Pip install selenium
Pip show selenium
Web Automation with Selenium.pptx
Web Automation with Selenium.pptx

Web Automation with Selenium.pptx

  • 1.
  • 2.
    Installation • PIP isstandard package manager for Python. • It allows you to install and manage additional packages that are not part of Python Standard Library • We need to go to command prompt and write Pip install selenium Pip show selenium