找不到名称为“按键原生”的关键字

时间:2013-11-12 01:12:19

标签: robotframework

我正在尝试设置测试,并遇到了问题。

我使用的是Press Key Native关键字。 http://robotframework-seleniumlibrary.googlecode.com/hg/doc/SeleniumLibrary.html?r=2.5#Press%20Key%20Native我收到以下错误。

------------------------------------------------------------------------------
Test Filter                                                           | FAIL |
No keyword with name 'Press Key Native' found.
------------------------------------------------------------------------------

我的代码是:

Test Filter
    Press Key Native    80
    Press Key Native    9
    Press Key Native    80
    Press Key Native    10
    Press Key Native    80
    Press Key Native    9
    Press Key Native    80
    Press Key Native    10
    Open Browser To Startpage
    Press Key Native    80
    Press Key Native    9
    Press Key Native    80
    Press Key Native    10
    Press Key Native    80
    Press Key Native    9
    Press Key Native    80
    Press Key Native    10
    Open Browser To Google

我一直在互联网上寻找并没有找到任何东西。 : - (

非常感谢任何帮助!

1 个答案:

答案 0 :(得分:0)

您提到的关键字是SeleniumLibrary的一部分,SeleniumLibrary是一个旧的selenium库。大多数人使用的是Selenium2Library,它没有该关键字。基于对评论的回答,您似乎正在使用较新的Selenium2Library,这就是为什么它没有找到关键字。