【发布时间】:2013-10-24 00:05:39
【问题描述】:
我正在尝试设置自动测试。我正在使用 RobotFramework 和 Selenium2Library。
当我运行测试时,我得到Keyword 'Selenium2Library.Input Text' expected 2 arguments, got 1 的行:
Input Text id=quota 128
我做错了什么?我用谷歌搜索并找不到答案。 :(
我的指令是http://rtomac.github.io/robotframework-selenium2library/doc/Selenium2Library.html
【问题讨论】:
-
好吧,刚刚找到答案:this: Input Text id=quota 128 需要这样: Input Text id=quota 128 需要四个空格。
标签: selenium-webdriver robotframework