我想学习使用python使用selenium,我创建了一个托管在Xampp上的网站,但我想使用selenium测试导航,我不知道如何开始。我在 VSC 中创建了一个工作区,添加了带有网站的 Xampp 文件夹。我还下载了一个 chromedriver 并将其添加到系统变量的路径中。 但是当我尝试在 VSC 终端上使用 pip install selenium 时,这就是我得到的。
PS C:\Users\Joseph\Desktop\xampp> pip install selenium
Fatal error in launcher: Unable to create process using '"C:\Program Files\Python313\python.exe" "C:\Program Files\Python313\Scripts\pip.exe" install selenium': The system cannot find the file specified.
PS C:\Users\Joseph\Desktop\xampp>
我尝试在 VSC 终端上使用 pip install selenium 这就是我得到的。
PS C:\Users\Joseph\Desktop\xampp> pip install selenium
Fatal error in launcher: Unable to create process using '"C:\Program Files\Python313\python.exe" "C:\Program Files\Python313\Scripts\pip.exe" install selenium': The system cannot find the file specified.
PS C:\Users\Joseph\Desktop\xampp>
检查并解决问题的步骤:
如果再次出现错误,请尝试重新安装 python 和 pip。确保正确设置路径变量。要重新安装 python 和 pip,请阅读此 doc