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()
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()