sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #19123
[Question #232058]: How to select an item from dropdown list box?
New question #232058 on Sikuli:
https://answers.launchpad.net/sikuli/+question/232058
I have a dropdown list box and have to select any option from the list without bothering the value.
For now, i am typing a text to select the option:
type(Pattern("Customer.png").similar(0.93).targetOffset(800,-4), "ABC Consultant")
But, the statement fails if the provided text doesn't exist.
Is there any way by which i can select the option by passing index value or specific keyword like "down arrow button"?
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.