#2972 assigned Feature Request

Adding a sort of _IEAttributeGet function to IE.UDF — at Initial Version

Reported by: j0kky Owned by:
Milestone: Component: AutoIt
Version: Severity: None
Keywords: GetAttribute IE.UDF Cc: gianlu2live@…

Description

There is no way to get the "class" (or other kind of) attribute value of an element using only IE Management UDF.
It can be solved just adding a simple function as:

Func _IEAttributeGet($obj, $attr)
   $obj.GetAttribute($attr)
EndFunc

Change History (0)

Note: See TracTickets for help on using tickets.