01-28-2008, 05:14 PM
hi ,
back on the forum after a vacation
The WinMenu(windows menu) test object does not have any test object properties.
The number 2 is called the index number of the item in the menu.
the index starts from 1 and continues.I.e
if you want to select the first item the index will be 1
if you want to select the second item the index will be 2
and it goes on
and the question is not clear you can use it like this
back on the forum after a vacation
The WinMenu(windows menu) test object does not have any test object properties.
The number 2 is called the index number of the item in the menu.
the index starts from 1 and continues.I.e
if you want to select the first item the index will be 1
if you want to select the second item the index will be 2
and it goes on
and the question is not clear you can use it like this
Code:
Browser("Customize Your Settings_2").WinMenu("ContextMenu").Select "<Item [b]2[/b]>"