← Back to team overview

sikuli-driver team mailing list archive

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.