10-14-2009, 05:32 AM
Hi,
I need to check to see if an "item/selection" in the menu exists. In the application I am testing, the menu item can be called different things and could be in different position.
What I want to do is something like this:
Is there any way of doing this?
Thanks in advance,
Anil
I need to check to see if an "item/selection" in the menu exists. In the application I am testing, the menu item can be called different things and could be in different position.
What I want to do is something like this:
Code:
if "Tools;Loop Options..." exists in menu select it or else check if
"Tools;XML Element Options..." exists.. etc.
Is there any way of doing this?
Thanks in advance,
Anil