sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #34783
Re: [Question #271628]: how to Close All IE which have opened before open a new IE ?
Question #271628 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/271628
masuo posted a new comment:
Following script run from SikuliX1.1.0 IDE works a little well.
But , next time , when you open the Internet Explorer, the message will be displayed .
The previous browsing session was terminated unexpectedly .
ie = App("Explorer")
if ie.window():
ie.close()
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.