← Back to team overview

sikuli-driver team mailing list archive

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.