main.py 第46行报intercept错。
Closed this issue · 0 comments
qu123xxx commented
改成这个就不报错了
buttom = driver.find_element_by_id('all')
driver.execute_script("arguments[0].click();", buttom)
Closed this issue · 0 comments
改成这个就不报错了
buttom = driver.find_element_by_id('all')
driver.execute_script("arguments[0].click();", buttom)