求助:ActionChains 火狐浏览器有报错,求大神指导

xiaoxiao2021-02-28  49

link = driver.find_element_by_link_text("设置") #鼠标移至设置处

ActionChains(driver).move_to_element(link).perform()

火狐浏览器报如下:

selenium.common.exceptions.WebDriverException: Message: performActions

但是谷歌浏览器好的。什么情况呀?

转载请注明原文地址: https://www.6miu.com/read-2622317.html

最新回复(0)