Modify ↓
Opened on Jan 27, 2008 at 11:00:03 AM
Closed on Jan 28, 2008 at 10:43:01 PM
Last modified on Feb 22, 2008 at 10:45:05 PM
#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)
Change History (2)
comment:1 by , on Jan 28, 2008 at 10:43:01 PM
| Resolution: | → rejected |
|---|---|
| Status: | new → closed |
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.