Opened on Jan 20, 2015 at 5:34:23 PM
Last modified on Mar 10, 2026 at 9:19:26 PM
#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
Note:
See TracTickets
for help on using tickets.
