microsoft / EasyRepro

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

OpenRecord for the EditableGrid #400

Open NicolasPrats opened 5 years ago

NicolasPrats commented 5 years ago

Hello,

The method Microsoft.Dynamics365.UIAutomation.Api.UCI.OpenRecordis working fine with readonly grids but not with editable grids. The method is looking for rows with attribute data-lp-id but in the editable grids, the rows don't have this attribute.

dtu11 commented 5 years ago

Yes, this is a gap in the API's as the editable grids are a little different as you point out. I think we have a backlog item for this but if not i'll add it.

markcunninghamuk commented 5 years ago

I added a Highlight row as a workaround, you can the click the Edit command if it helps