Jump to content

what is the best way to check if a DOM object exists?


Recommended Posts

If you use IE.au3 (which is very good and I strongly recommend) those functions will set @error... for instance with forms, check out _IEFormGetObjByName(). If that function fails the @error is as follows,

Failure: Returns 0 and sets @ERROR

@Error: 0 ($_IEStatus_Success) = No Error

3 ($_IEStatus_InvalidDataType) = Invalid Data Type

7 ($_IEStatus_NoMatch) = No Match

Does this work for you?

While ProcessExists('Andrews bad day.exe')
	BlockInput(1)
	SoundPlay('Music.wav')
	SoundSetWaveVolume('Louder')
WEnd
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...