sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #46905
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
vishal.mishra proposed the following answer:
AppName=App("C:\\Path\\Company Name Software.exe")
if not AppName.window():
App.open("C:\\Path\\Company Name Software.exe")
App.close("C:\\Path\\Company Name Software.exe")
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.