microsoft / EasyRepro

Automated UI testing API for Dynamics 365
MIT License
522 stars 289 forks source link

Unable to click command in Actions Flyout Menu on Case or Contact pages. #996

Open hrathiko opened 4 years ago

hrathiko commented 4 years ago

Not able to click on sub command under 'Actions' Flyout menu on Case page using the below method xrmApp.CommandBar.ClickCommand("Actions", activityDisplayName);

martinHornacek commented 1 year ago

Hi, was this issue somehow addressed please? It seems like the framework does not currently support clicking ribbon button which are using flyout menus.

I have a specific use case, when I need to click a button (in my case custom, but there are also out of the box buttons which are using flyout menus) which is placed under the More Commands.

A typical use case for example could be to run a SSRS report on an on-premise environment by clicking the Run Report button. image