← Back to team overview

sikuli-driver team mailing list archive

[Question #160816]: How to get value of Region for Different Strings from Screen

 

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

Hi,
I need to Select Values/String from a drop Down list..

NEED/Requirement::
Drop down List has Questions,we have to select a Question & Provide answer for that..

So what i was doing was:
get all Question from Screen(using FindAll() in a pattern with whole list of questions) & then match Retrieved Strings(Question's) with question in our DB & then provide Answer for it...

But now the problem is....How do i select(click) a particular question??
Because if i use a pattern with whole list of questions for findAll() then i wont get a region for each string.
instead it returns the region of whole pattern.

So,please let me know how to solve this problem.

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