How to Install Selenium on PyCharm

Configurare noua (How To)

Situatie

Selenium for Python allows you to write functional tests and acceptance tests providing an API to access WebDrivers such as Firefox, Internet Explorer, Chrome.

Backup

  • Open File > Settings > Project from the PyCharm menu.
  • Select your current project.
  • Click the Python Interpreter tab within your project tab.
  • Click the small + symbol to add a new library to the project.
  • Now type in the library to be installed, in your example "selenium" without quotes, and click Install Package.
  • Wait for the installation to terminate and close all popup windows.

Solutie

Alternatively, you can run the pipinstall selenium command in your PyCharm terminal view:

Tip solutie

Permanent
Etichetare:

Voteaza

(5 din 11 persoane apreciaza acest articol)

Despre Autor

Leave A Comment?