Improve size and positioning of highlighting box in software recordings

Currently a standard size highlighting box is placed when a software session is recorded. This requires a lot of manual editing to properly place the box properly around the point of interest.
With many (all?) windows programs detailled informations about the clicked control is available via user32.dll. This information could be used to adjust the size and position of the highlighting box better. I guess, that more information about selected web-UI-items is available, too.

Hi Martin,

Thanks for your suggestions.

Getting control size and position by using Windows Accessibility API was already implemented but it may not work well in all cases depending on applications and user privilege.
The support for web controls is also in our TODO list but we don’t have the exact plan for it yet since there are a lot of other high priority tasks.
We will try to improve this feature in the future releases.

Regards,