selnium 悬浮停留点击元素

from selenium.webdriver.common.action_chains import ActionChains

zuke=driver.find_element_by_xpath('div[@class="cell"]/div/div/span')
time.sleep(1)
ActionChains(driver).move_to_element(zuke).perform()
posted @ 2020-06-19 16:15  爱洗澡的猫妹  阅读(180)  评论(0)    收藏  举报