Jump to content

Use _IELoadWait for DOM element


apensi5
 Share

Recommended Posts

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

 

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...