ep452 Posted September 9, 2010 Posted September 9, 2010 Hi, I want to use _IELoadWait($oIE) to check for the ie window load is complete or not.But the window is already opened from outside autoit script. so how to get reference to the opened window.? means what should be the value of $oIE. if it is not already opened I think I could give $oIE = _IECreate ("www.autoitscript.com").In this case what to do.
wakillon Posted September 9, 2010 Posted September 9, 2010 (edited) Hi, I want to use _IELoadWait($oIE) to check for the ie window load is complete or not.But the window is already opened from outside autoit script.so how to get reference to the opened window.? means what should be the value of $oIE.if it is not already opened I think I could give $oIE = _IECreate ("www.autoitscript.com").In this case what to do.Welcome to the forum !Show the part of your script for best help ! Edited September 9, 2010 by wakillon AutoIt 3.3.18.0 X86 - SciTE 5.5.7 - WIN 11 24H2 X64 - Other Examples Scripts
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