Modify ↓
Opened 10 years ago
Last modified 4 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 Changed 4 years ago by Jpm
- Owner set to mLipok
- Status changed from new to assigned
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.