The Grid.OpenRecord method of Microsoft.Dynamics365.UIAutomation.Api.UCI is not opening a record of the grid as it is intended to do.
In few cases instead of opening the record of the grid, it is clicking on a column of the record [which is a link, for example a owner/contact]. Can attach screenshots of the grid if needed.
Code Example:
_xrmApp is an instance of the class Microsoft.Dynamics365.UIAutomation.Api.UCI.XrmApp
_xrmApp.Grid.OpenRecord(0);
Please resolve this issue asap as it is being used extensively by us.