microsoft / EasyRepro

Automated UI testing API for Dynamics 365
MIT License
513 stars 286 forks source link

[HOW-TO] <Facing issue after wave 2 enabled in these methods> #1229

Open Ajay1shetty opened 2 years ago

Ajay1shetty commented 2 years ago

Question

Facing issue after wave 2 enabled in these methods xrmApp.Grid.OpenRecord(0); xrmApp.Entity.SubGrid.ClickCommand("",""); xrmApp.Grid.HighLightRecord(0); xrmApp.Grid.SwitchView(""); xrmApp.CommandBar.ClickCommand("");

when will easy repro will receive the update to work with D365 wave 2 ?

Shakevg commented 2 years ago

@Ajay1shetty Try preview wave2 nuget https://www.nuget.org/packages/Dynamics365.UIAutomation.Api/#versions-tab

Shakevg commented 2 years ago

@TYLEROL Could you please look, looks like locators were changed after the D365 update on the previous weekend (maybe you have fixes)?