如何使用 WebDriver 将鼠标悬停在 Web 元素上
WebDriver 提供了更高级的复杂操作,鼠标悬浮,可以采用 WebDriver.ActionChains 对象中的 move_to_element 方法实现
WebDriver.ActionChains
move_to_element