← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #204318]: Page navigation using sikuli

 

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

RaiMan proposed the following answer:
Uuups, scripting beginner ;-)

doubleClick("greekmytholo.png")
wait(5) # for presentation to get ready

for n in range(10): # do it 10 times
    wait (10) # show 10 seconds
    click("hl.png") # switch to next slide

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