sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #46910
Re: [Question #667901]: App.close() closes Gmail instead of my app
Question #667901 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/667901
Status: Open => Answered
RaiMan proposed the following answer:
Already tried with the latest 1.1.3 nightly?
BTW: the intended use is:
app=App("C:\\Path\\CompanyNameSoftware.exe")
if not app.window():
app.open()
app.close()
If the path string contains blanks, it must be written so:
app=App("\"C:\\Path\\Company Name Software.exe\"")
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.