← Back to team overview

sikuli-driver team mailing list archive

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:
(1)Function name needs underscore.

If you want to use Keyword "Start App", function "Start_App"  is needed.

(2)I also am not familiar with RobotFramework, your codes may be correct.
But you had modified the following codes.
I recommend that you should modify sample codes step by step. 

[sample codes:]
http://sikulix-2014.readthedocs.io/en/latest/scenarios.html#using-robotframework

*** Settings ***
Library           ./inline/LoginLibrary

[your codes:]
***Settings***
 Library calc.LoginLibrary WITH NAME Calculator

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.