Jump to content

Recommended Posts

Posted (edited)
 
Local $ie = _IECreate("https://www.google.com")
$tag = _IETagNameGetCollection($ie, "title")
$code = _IEPropertyGet ($tag, "innerhtml")
MsgBox(0, "title", $code)

I try to run this script and I get the following error

 

IE.au3 T3.0-1 Error from function _IEPropertyGet, $_IESTATUS_InvalidObjectType

 

From what I understand, I'm referencing the wrong object in my _IEPropertyGet? but I don't see anything wrong in my code

 

Edited by Dgameman1

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
  • Recently Browsing   0 members

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