简体   繁体   English

无法安装硒 4

[英]Cannot install selenium 4

When I do当我做

pip install -U selenium 

in the cmd it tells me it is up to date but I think there is a selenium 4, I found that in the documentation.在 cmd 中,它告诉我它是最新的,但我认为有一个 selenium 4,我在文档中找到了它。 在此处输入图片说明 ` `

I would really like to be able to create a new window我真的很想能够创建一个新窗口

Selenium 4 目前处于alpha 阶段要安装它:

pip install --pre selenium==4.0.0a6.post2

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM