selenium之鼠标事件

Posted 格洛米

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了selenium之鼠标事件相关的知识,希望对你有一定的参考价值。

1、鼠标悬停
火狐版本51,selenium版本3
ActionChains(driver).move_to_element(above).perform()
执行代码时,报错:selenium.common.exceptions.WebDriverException: Message: POST /session/e64653d2-498d-426a-9731-da64933e46c1/moveto did not match a known command

这是Mozilla/geckodriver的一个bug,由于geckodriver开发是2016年中旬的,所以只能这对firefox47或者更老的版本使用,如果你要使用selenium3+firefox,请使用较老版本的firefox。或者你可以尝试考虑selenium3+chrome。

以上是关于selenium之鼠标事件的主要内容,如果未能解决你的问题,请参考以下文章

Python+selenium自动化之鼠标键盘事件

selenium之鼠标操作详解

(转)python selenium-webdriver 元素操作之鼠标和键盘事件

Python_Selenium之basepage 识别元素浏览器操作获取属性鼠标事件键盘事件弹窗切换frame切换句柄封装(持续更新中...)

python+selenium三:鼠标事件与键盘事件

selenium 鼠标事件