sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #37659
Re: [Question #290952]: Selecting correct option in drop down
Question #290952 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/290952
Tu Mi posted a new comment:
my suggestion
1.
click("dropdown.png")
wait("100 3point.png", 3) #wait for the object for 3 seconds in case that the drop down menu takes time to load the list
click("100 3point.png")
2.
click("dropdown.png")
hover("100 3point.png") # to debug if the object can be identified
click("100 3point.png")
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.