selenium find_element_by_* commands are deprecated
在python3.9使用selenium4.1时,控制台执行时出现以下警告: DeprecationWarning: find_element_by_* commands are deprecated. Please use find_element() in … 阅读全文
在python3.9使用selenium4.1时,控制台执行时出现以下警告: DeprecationWarning: find_element_by_* commands are deprecated. Please use find_element() in … 阅读全文
当前基于python3.9,selenium4.1.0验证 在py代码执行后提示executable_path弃用警告,内容如下:
1 2 |
D:\PycharmProjects\pythonProject\main.py:2: DeprecationWarning: executable_path has been deprecated, please pass in a Service object driver = webdriver.Firefox(executable_path ="D:\geckodriver\geckodriver") |
原代码内容: [crayon-673ef5137e759227 … 阅读全文