08-11-2007, 01:38 PM
In Find Accessible Object dialog, capture/select the parent object, select 'Show all', and experiment with Navigate.
In this case it will probably be:
first child4 first
This also works:
first first first
Note that invisible objects sometimes are included and sometimes not. For example, invisible MENUBAR and other invisible children of the window are inclused when using child, and therefore we have to use child4, whereas they are not included when using first or next.
In this case it will probably be:
first child4 first
This also works:
first first first
Note that invisible objects sometimes are included and sometimes not. For example, invisible MENUBAR and other invisible children of the window are inclused when using child, and therefore we have to use child4, whereas they are not included when using first or next.
