sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #21488
[Question #236802]: How to select an one of the option from dropdown list?
New question #236802 on Sikuli:
https://answers.launchpad.net/sikuli/+question/236802
want to select one of the option from dropdown menu (GUI). Example want to open Notepad and perform this operation ,file-->save-->save
I have tried like below
OpenApp("Notepad)
wait(file.PNG,5)
click(file.PNG)
click(save.PNG)
click(save.PNG)
but I am not getting Save As window after click(save.PNG) and same as Internet Explorer also i tried even there also same issue. Could you please help me for this issue?
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.