企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
# 1.2.2 selenium的安装 ## 1.相关链接 * 官方文档:[http://selenium-python.readthedocs.io](http://selenium-python.readthedocs.io/) * 中文文档:[http://selenium-python-zh.readthedocs.io](http://selenium-python-zh.readthedocs.io/) ## 2.pip安装 ```text pip install selenium ``` ## 3.提示 由于需要用浏览器来配合selenium使用,需要进行一些配置,才可以使用selenium