Modify

Opened 11 years ago

Last modified 6 years ago

#2972 assigned Feature Request

Adding a sort of _IEAttributeGet function to IE.UDF

Reported by: j0kky Owned by: mLipok
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

Attachments (0)

Change History (1)

comment:1 by J-Paul Mesnage, 6 years ago

Owner: set to mLipok
Status: newassigned

Modify Ticket

Action
as assigned The owner will remain mLipok.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.