Jump to content

Recommended Posts

Posted

Hi,

this is my first post to this forum so I hope I get it all right.

My Problem is that I would like to use the _IELoadWait function to wait for a specific DOM element and not for the hole page to load.

#include <IE.au3>

$oIE = _IECreate("http://www.autoitscript.com")
_IENavigate($oIE, "http://www.autoitscript.com/forum/index.php?")

_IELoadWait(SOME_DOM_ELEMENT)

The helpfile states that this would be possible

 

$o_object                   Object variable of an InternetExplorer.Application or DOM element

 

The only problem is that I have no idea how to address the element I'm waiting for.

I hope I've made clear what I'm trying to do and someone can bring some light to darkness.

Regards

 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...