← Back to team overview

sikuli-driver team mailing list archive

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.