首页 |  我的博客 |  查看该博主内容分类 | 
摘要: 解决办法 将原先的 button = driver.find_element_by_xpath('xpath') button.click() 替换为 button = driver.find_element_by_xpath('xpath') driver.execute_script('argu 阅读全文
posted @ 2024-04-15 13:53 Z哎呀 阅读(97) 评论(0) 推荐(0)