Forum Discussion

daniel_wky's avatar
daniel_wky
New Contributor
12 years ago
Solved

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...
  • JavierCollRodri's avatar
    12 years ago
    Hi 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