12-26-2013, 05:30 AM
In dialog "Find Accessible Object" you see all objects of the drag-captured window at the bottom. In a macro you can get/find/click any or all of the objects.
Accessible objects work in IE, Firefox, Chrome. Used to work in Opera too, but not with the latest Opera version.
In web browsers, not all HTML tags are accessible objects. To get all tags, in IE use HTML element functions (Htm class or classes from MSHTML type library), in Firefox and Chrome use FFNode class. Not everything is easy for non-programmers.
Web recorder should be added in the future, but I cannot say when.
Accessible objects work in IE, Firefox, Chrome. Used to work in Opera too, but not with the latest Opera version.
In web browsers, not all HTML tags are accessible objects. To get all tags, in IE use HTML element functions (Htm class or classes from MSHTML type library), in Firefox and Chrome use FFNode class. Not everything is easy for non-programmers.
Web recorder should be added in the future, but I cannot say when.
