pycharm元素定位,弹出提示:DeprecationWarning: find_element_by_* commands are deprecated.

 

 

解决:重新安装3.0版本就行了

1.卸载目前的selenium:pip uninstall selenium

2.指定版本安装selenium : pip install selenium==3.3.1

 

posted @ 2021-10-22 15:02  一路打怪兽  阅读(1534)  评论(0)    收藏  举报