码迷,mamicode.com
首页 > 其他好文 > 详细

selenium之鼠标事件

时间:2017-02-28 01:01:27      阅读:195      评论:0      收藏:0      [点我收藏+]

标签:sage   exce   drive   element   match   form   chain   老版本   cep   

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之鼠标事件

标签:sage   exce   drive   element   match   form   chain   老版本   cep   

原文地址:http://www.cnblogs.com/yuanyajiao/p/6476888.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!