Installation of Selenium in Python

1. Open the command window, go to Scripts in the Python installation directory, enter the command: pip install selenium and press Enter

2. The installation is successful, as shown in the following figure, check the version of selenium: pip show selenium

3. When importing selenium's webdriver in Pycharm, an undefined error will appear (Pycharm cannot reference the local library)

Click File, select Settings

Enter the setting and select python.exe under the locally installed Python path, so that Pycharm can reference the local library

Go back to the project, import webdriver and no error will be reported

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325305300&siteId=291194637