近期使用Selenium碰到了(如下)
《find_element_by_* commands are deprecated. Please use find_element() instead
warnings.warn("find_element_by_* commands are deprecated. Please use find_element() instead")》
这个报错,不太清楚Selenium语句是否修改了,嗯...pypi官网什么的都没看到信息
Selenium4.0.0b4碰到的问题
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-
1条回答 默认 最新
江天暮雪丨 2021-08-16 12:27关注不是报错,只是提示 find_elment_by_* 一系列方法不推荐继续使用,改用find_element()
本回答被题主选为最佳回答 , 对您是否有帮助呢?评论 打赏 举报解决 3无用