← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #678755]: How To Print To Screen?

 

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

Melissa 33 posted a new comment:
thanks I think that's what I was looking for.

basically my script is

while True:
    click(image1)
    GD.text(image1, "here is image1")
    GD.show(3)
    click(image2)
    GD.text(image2, "here is image2")
    GD.show(3)
    #and it keeps continuing to click and show text like this with more images

I have no idea what you mean by detach it to a thread and take care, but
I'm new to programming and I was using sikuli to learn python

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