daniel_wky
12 years agoNew Contributor
unable to click on a menu tree item that requires to scroll further
anyone have encountered problem in selecting an option in menu tree link after scrolling to the bottom. I encountered issue when the tool scrolls down and it unable to select the option i wanted. Belo...
- 12 years agoHi Daniel,
Please try the following:
Aliases.PIMGridPage.RBDTDGView.ClickItem(<ITEM_NAME>)
Where item name is the text it shows. If this doesn't work, try this instead:
Aliases.PIMGridPage.menutreepage.ClickItem(<ITEM_NAME>)
If both things fail, remember that you can record your actions as a script. It's a good way to get clues!
Hope it helped