New question #264648 on Sikuli: https://answers.launchpad.net/sikuli/+question/264648
I have opened firefox with the following command: fire = App.open(r"C:\Program Files (x86)\Mozilla Firefox\firefox.exe") Trying to close it using: fire.close() or even App.close(r"C:\Program Files (x86)\Mozilla Firefox\firefox.exe") dose not close the App. The Firefox window is still remains open. Do we need to clean up manually or is there a different way to close the firefox window? -- You received this question notification because you are a member of Sikuli Drivers, which 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

