Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

RobotFramework: Keyword 'Selenium2Library.Input Text' expected 2 arguments, got 1

I am trying to setup a automaited test. I am useing RobotFramework and the Selenium2Library.

When I run the test, I get Keyword 'Selenium2Library.Input Text' expected 2 arguments, got 1 for the line:

Input Text    id=quota 128

What am I doing wrong? I googled around and cannot find an answer. :(

The instructions I have are http://rtomac.github.io/robotframework-selenium2library/doc/Selenium2Library.html


1 Answers

Arguments must be separated by at least two spaces, so

Input Text    quota    128

will do.

like image 130
Harri Avatar answered Nov 28 '25 16:11

Harri



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!