selenium运行到某步卡死
功能:自动到网页下载不同版本的谷歌浏览器驱动问题:希望使用注释部分代码,但是会卡死
下载代码如下,使用直接点击超链接的形式可以正常运行,但当使用打开新标签页的方法(即注释部分)时,则会卡死在倒数第二行,页面是成功跳转的,当我更改新页面状态时程序会立即报错
请问该如何解决
i.find_elements_by_xpath('a').click()
# href = i.find_elements_by_xpath('a').get_attribute('href')
# time.sleep(1)
# self.driver.execute_script(f'window.open("{href}", "_blank");')
# time.sleep(0.5)
# self.driver.switch_to.window(self.driver.window_handles[-1])
time.sleep(0.5)
print(self.driver.current_window_handle)
#进入该版本界面
tabe = self.driver.find_element_by_xpath('/html/body/table/tbody')
print(2)
那这应该是不支持吧
页:
[1]