Header Ads

ad728
  • Breaking News

    How to install Selenium Webdriver with Python



    -> To install selenium:

    open command prompt-

    Run this command.

    pip install selenium


    To upgrade the existing version of selenium, run this command:

    pip install -U selenium

    No comments