← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #617173]: Need to click a checkbox against select text, where text is changing frequently

 

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

Mike posted a new comment:
It seems you want to move through a list that can change its size.

You can move using the arrow or tab keys, by moving a fixed offset or
trying to locate some known visual features of the list members. After
that it's normal Python to iterate until you find a condition that
signals you've reached the last member of the list.

I guess however each new list member requires a new run of the script ie
you need to remember from one run to the next how far you got down the
list the last time you ran it. I guess that means writing logs to a
file.

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