sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #19598
[Question #233374]: Action on a screen event
New question #233374 on Sikuli:
https://answers.launchpad.net/sikuli/+question/233374
I am trying to script the following scenario - There are 2 UI elements involved one below the other. Element 1 is a dropdown. When a specific item from the dropdown is selected then Element 2 , a textbox needs to be selected and a specific value needs to be entered.
When I am using this code, this is working
wait("1375358275571.png",2)
popup("Done")
click("1375274101298.png")
type("64")
but when i remove the popup statement then the error [error] FindFailed ( can not find 1375274101298.png on the screen. ) is being thrown
This is really very perplexing
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.