Question #676785 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/676785
Alexandr gave more information on the question:
Maybe it related with name of app(description) and name of exe file?
For example this works without error:
x = App("C:\Program Files (x86)\AIMP\AIMP.exe")
x.open()
wait(5)
x.close()
AIMP.exe == AIMP(app name)
In example with Sublime:
sublime_text.exe != Sublime Text(app name)
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp