← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #234584]: How to action for sequence of vertical pictures lined up

 

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

cuocdoi gave more information on the question:
Just add my think in question1 (comment#8)

In your script:

t= find ("pic1.png")

# loop:
for k in range (100)
t.below(10)

--------------------
As I understand, the starting point is always on pic1, because "t" and "t.below(10)" are constant values no matter what the value k.

But, when executing your script, the click point can move down -- it's
so strange , and this is the main reason why I don't understand the
mechanism of your script as well as the command "below()" in a loop.

please help me explain the mechanism of script and correct my think as
above.

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