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)
Note:
See TracTickets
for help on using tickets.
