﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2972	Adding a sort of _IEAttributeGet function to IE.UDF	j0kky		"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
}}}"	Feature Request	new		AutoIt		None		GetAttribute IE.UDF	gianlu2live@…
