if you are able to navigate through menu items using keyboard, u can add those keyboard events e.g. down-arrow-keypress three times to reach the desired item.
and if it's a web(dropdown)list, then it's items can be accessed through index values.
(let me just confirm that though)
yes you can select values using ".Select (index)" method...
hope it works
and if it's a web(dropdown)list, then it's items can be accessed through index values.
(let me just confirm that though)
yes you can select values using ".Select (index)" method...
hope it works