双击元素不适用于FF中的机器人框架

时间:2017-03-01 10:45:04

标签: robotframework

我的用例是,我需要在输入文本上Double Click然后打开子浏览器,我必须选择一些细节。

现在我无法双击输入字段本身。

我的示例代码如下:

   Double Click Element    id=simNumber

我收到如下错误:

WebdriverException: Message: POST /session/sdfdfdfsf-werrsdfs-erwrw-02323-03424/moveto did not match a known command.

当我搜索这个错误时,我发现最新的FF不支持鼠标事件,这里是链接firefox mouse event issue

是否有任何解决方法,因为我只需要在Firefox中自动化应用程序。

1 个答案:

答案 0 :(得分:1)

请记得检查浏览器和geckodriver的版本。你有哪个Firefox / Geckodriver版本?我很幸运使用Firefox 52.0和v0.15.0 geckodriver。

您可以在此处找到Mozilla Firefox:https://www.mozilla.org 在这里找到了最新的geckodriver:https://github.com/mozilla/geckodriver/releases