driver.find_element_by_xpath('//span[text()="自动检测语言"]').click() DeprecationWarning: find_element_by_xpath is deprecated. Please use find_element(by=By.XPATH, value=xpath) instead 1 浏览次数
ERROR: Could not install packages due to an OSError: [WinError 5] 拒绝访问。: 'c:\\python\\Lib\\site-packages\\cv2\\cv2.pyd' Consider using the `--user` option or check the permissions. 4 浏览次数