sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #19502
Re: [Question #233161]: Click in a function
Question #233161 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/233161
a.c.leeming@xxxxxxxxx gave more information on the question:
further testing shows that it does not seem to call the function or
error? The Test script should call The HitPrint script
Module HitPrint.sikuli
def HitPrint():
popup ("HitPrint")
click("PrintBtn.png")
return
Module Test.Sikuli
import HitPrint
reload (HitPrint)
HitPrint.HitPrint
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.