Question #270585 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/270585

Eugene Maslov proposed the following answer:
click("start.png") # make png of start btn with Sikuli IDE
wait(1)
type("Word")
wait(3)
type(Key.ENTER)
wait("file.png", 15) # make png of file menu item btn with Sikuli IDE
click("file.png")
click("open.png") # make png of open menu item btn with Sikuli IDE
wait("file_name.png",5) # make png of "file name" label of the dialog with 
Sikuli IDE
type('d:\\file1.txt'+Key.ENTER)
wait(3)

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

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to