karlkar Posted August 28, 2013 Posted August 28, 2013 Hello. I have a script that creates new IE window. After loading and some processing, I run a javascript that saves data and closes the window. How can I check if the window is already closed or not?
FireFox Posted August 28, 2013 Posted August 28, 2013 Hi,Have you tried the WinExists function?Br, FireFox.
karlkar Posted August 28, 2013 Author Posted August 28, 2013 No, but I want to get this exact window. User can have 99 windows with the same title as the one I want to check if is closed. I must check if my concrete window pointed by $oIE is closed.
Solution FireFox Posted August 28, 2013 Solution Posted August 28, 2013 If WinExists(_IEPropertyGet($oIE, "hwnd")) Then ...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now