SmartClient Version: v8.3p_2013-05-07/Pro Deployment (built 2013-05-07)
Hi,
Is it possible to link an arbitrary Menu element (isc_Menu_0, isc_Menu_25, etc.) to a parent element, specifically a ListGrid?
For example, if I have locator '//[ID="isc_ListGrid_0"]/body/row[1]/col[1]' that resolves to an element, and upon a context click isc_Menu_25 becomes visible, how do I avoid hard-coding interacting with the menu without using isc_Menu_25 (which might in fact change if another Menu is added)?
I'm looking for a locator like '//[ID="isc_ListGrid_0"]/menu/' but this does not exist. I don't see it visible as an object under isc_ListGrid_0.menu, sort of how an IconMenuButton has a .menu object, where you can use a pickList locator.
Hi,
Is it possible to link an arbitrary Menu element (isc_Menu_0, isc_Menu_25, etc.) to a parent element, specifically a ListGrid?
For example, if I have locator '//[ID="isc_ListGrid_0"]/body/row[1]/col[1]' that resolves to an element, and upon a context click isc_Menu_25 becomes visible, how do I avoid hard-coding interacting with the menu without using isc_Menu_25 (which might in fact change if another Menu is added)?
I'm looking for a locator like '//[ID="isc_ListGrid_0"]/menu/' but this does not exist. I don't see it visible as an object under isc_ListGrid_0.menu, sort of how an IconMenuButton has a .menu object, where you can use a pickList locator.