sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #24596
Re: [Question #245020]: Sikuli sequencer
Question #245020 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/245020
Status: Open => Answered
Carl proposed the following answer:
Would print work for you?
#click image1
print "forst comment"
click("image1.png")
print "click image 1"
exists("image2.png")
print "check exist image 2"
#test case finished
print "test case finished"
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.