sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #24873
Re: [Question #245732]: From a .sikuli how to call a parameterized method available in a different .sikuli.
Question #245732 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/245732
Status: Needs information => Open
Garima Kumar gave more information on the question:
Hello,
I have a workflow.sikuli, inside that ia have a method called
def createWorkflow(workflowName):
print "method called from workflow.sikuli"
print workflowName
Now in some other callingWorkflowCreation.sikuli code
import workflow
createWorkflow(workflowName = "Cardiac")
print "back to callingWorkflowCreation.sikuli"
i am expecting the result shuld be
"method called from workflow.sikuli
Cardiac
back to callingWorkflowCreation.sikuli"
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.