sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #12857
Re: [Question #207341]: App.focus failed: xxxxxxx.exe not found
Question #207341 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/207341
Status: Open => Answered
RaiMan proposed the following answer:
--- if exists(App.focus(app_name + ".exe")):
exists() needs an image as parameter - so this will never work.
Try to use the App.window() features are make your validation using
images.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.