sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #42524
Re: [Question #632251]: How to create new Keywords on Roboframework integrated with Sikuli
Question #632251 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/632251
Status: Open => Answered
masuo proposed the following answer:
See this page and learn tabular syntax.
https://github.com/robotframework/QuickStartGuide/blob/master/QuickStart.rst#test-cases
This is excerpt from article "Workflow tests"
Test cases are constructed from keywords and their possible arguments.
The syntax requires that keywords and arguments, as well as settings and
their values, are separated by at least two spaces or by a tab
character. It is generally recommended to use four spaces to make the
separator more explicit, and in some cases aligning arguments or other
values may make the data easier to understand. For more details about
the syntax see Robot Framework User Guide.
Now, number of space character is one, isn't it?
Correct the following lines.
For convenience I inserted "@" at the delimiter position.
Replace "@" with space.
(1)Library@@@@./inline/LoginLibrary
(2)@@@@start App
(3)@@@@verify App
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.