pycharm元素定位报错:DeprecationWarning: find_element_by_* commands are deprecated.
在pycharm中使用find_element_by_id()进行元素报错:DeprecationWarning:find_element_by_*commandsaredeprecated.原因:selenium使用的是4.0版本。解决方法:不使用4.0版本改为使用3.3.1版本。具体操作:1.卸载selenium4.0。管理员身份运行cmd,输入pipuninstallselenium,然后输