Modify ↓
#71 closed Feature Request (Rejected)
Au3Info supporting Internet Explorer ComponentFromPoint
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | Au3Info | |
| Version: | Severity: | ||
| Keywords: | Cc: |
Description
Would be very nice if AutoIt can do more with Internet Explorer.
For a starter it will help that AU3Info easily recognizes the items from internet explorer by using componentfrompoint
see http://msdn2.microsoft.com/en-us/library/ms536375(VS.85).aspx
If I could spy on IE controls this way it will save me a lot of time to identify the properties on the control I want to interact with.
Attachments (0)
Note:
See TracTickets
for help on using tickets.

That method does not do what you think. It only returns information about a scrollbar under the mouse. It does not allow you to see what sort of control is under the mouse in a page unless that control happens to be a scrollbar.
Closing as rejected.