selenium在pycharm中安装包下载
时间: 2023-09-27 08:04:12 浏览: 301
selenium的安装包
你可以在 PyCharm 中使用以下步骤安装 selenium 包:
1. 打开 PyCharm 并打开你的项目。
2. 点击菜单栏中的 "File" -> "Settings" -> "Project: your_project_name" -> "Project Interpreter"。
3. 在 Project Interpreter 页面上,点击右上角的 "+" 按钮。
4. 在弹出的对话框中,搜索 "selenium" 并选择它,然后点击 "Install Package" 按钮。
5. 等待安装完成后,你就可以在 PyCharm 中使用 selenium 了。
阅读全文