← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #252490]: [1.0.1] Sikuli integration Robot framework --- use sikuli-java.jar

 

Question #252490 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/252490

    Status: Answered => Open

Greg is still having a problem:
in calc.py it is the Mike's content but what I don't understand is the
following:

in calc.py I see :
def startApp(self):
        calcApp = App("Calculator")
        if not calcApp.window():
            App.open("calc.exe"); wait(2)
        calcApp.focus(); wait(1)

but in verify_operations.txt, I see :
*** Test Cases ***
Verify that 2 + 2 = 4
    Start App

So I don't know how the link can can be done from "Start App" and
startApp

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.