microsoft / EasyRepro

Automated UI testing API for Dynamics 365
MIT License
521 stars 288 forks source link

can't access section buttons #1312

Open haidykhaled opened 2 years ago

haidykhaled commented 2 years ago
ask

does any body know how to click on the highlighted button ?

tipsey commented 2 years ago

Try Subgrid ClickCommand

ie.

xrmApp.Entity.SubGrid.ClickCommand("Name of your Grid", "New Segment Country");