sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #31554
[Question #264648]: myapp.close() does not work
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.