51Testing软件测试论坛

 找回密码
 (注-册)加入51Testing

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 1725|回复: 1
打印 上一主题 下一主题

selenium 模拟鼠标右键报错?

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2017-11-29 16:17:33 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

  1. #coding:utf-8
  2. from selenium import webdriver
  3. from selenium.webdriver.common.action_chains import ActionChains

  4. driver = webdriver.Firefox() #打开浏览器
  5. driver.get("Http://www.baidu.com")
  6. #定位到元素
  7. right = driver.find_element_by_id('su')
  8. print "定位到搜索框"
  9. #执行元素鼠标右键操作

  10. ActionChains(driver).context_click(right).perform()

复制代码
  1. 报错了
  2. /usr/bin/python2.7 /home/stephen/PycharmProjects/python/selenium2/5.鼠标右键.py
  3. Traceback (most recent call last):
  4. 定位到搜索框
  5.   File "/home/stephen/PycharmProjects/python/selenium2/5.鼠标右键.py", line 12, in <module>
  6.     ActionChains(driver).context_click(right).perform()
  7.   File "/home/stephen/.local/lib/python2.7/site-packages/selenium/webdriver/common/action_chains.py", line 74, in perform
  8.     action()
  9.   File "/home/stephen/.local/lib/python2.7/site-packages/selenium/webdriver/common/action_chains.py", line 225, in <lambda>
  10.     Command.MOVE_TO, {'element': to_element.id}))
  11.   File "/home/stephen/.local/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 236, in execute
  12.     self.error_handler.check_response(response)
  13.   File "/home/stephen/.local/lib/python2.7/site-packages/selenium/webdriver/remote/errorhandler.py", line 192, in check_response
  14.     raise exception_class(message, screen, stacktrace)
  15. selenium.common.exceptions.WebDriverException: Message: POST /session/428be644-5484-425f-8bfb-10800d287143/moveto did not match a known command


  16. Process finished with exit code 1
复制代码

查了好多答案 没找到为什么故来求助啊 ?

分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏
回复

使用道具 举报

  • TA的每日心情
    擦汗
    昨天 09:02
  • 签到天数: 1042 天

    连续签到: 4 天

    [LV.10]测试总司令

    2#
    发表于 2017-11-29 16:37:30 | 只看该作者
    Chrome是没问题的,webdriver目前对于Firefox的支持还不到位,是个已知的bug
    回复 支持 反对

    使用道具 举报

    本版积分规则

    关闭

    站长推荐上一条 /1 下一条

    小黑屋|手机版|Archiver|51Testing软件测试网 ( 沪ICP备05003035号 关于我们

    GMT+8, 2024-11-8 07:37 , Processed in 0.067555 second(s), 28 queries .

    Powered by Discuz! X3.2

    © 2001-2024 Comsenz Inc.

    快速回复 返回顶部 返回列表