← Back to team overview

sikuli-driver team mailing list archive

[Question #664904]: Log how many times image is clicked

 

New question #664904 on Sikuli:
https://answers.launchpad.net/sikuli/+question/664904

Hi All!

I'm still new into sikuli, please bear with me. =)

I've finally setup a basic script and its running fine but now I wanted to log how many times the script looped and like how many times an image is clicked.

my script is something like this, its already looping back from beginning but wanted to track them.

---------------------------------------------
while True

if exists(image):
    click(image)
--------------------------------------------

Thanks

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.