find_element_by_xpath()被弃用解决方案
在使用selenium的 find_element_by_xpath() 方法定位元素的时候会提示以下错误: DeprecationWarning: find_element_by_xpath is deprecated. Please use find_element(by=By.XPATH, value=xpath) instead 虽然不会影响目标的最终实现,但总有一个这样的警告很是…
3,880 2022-05-15 0 阅读更多