microsoft / EasyRepro

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

[BUG] < xrmApp.Grid.GetGridItems() NOT Working , Error message coming: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.> #1294

Open bhaskarsamudrala opened 2 years ago

bhaskarsamudrala commented 2 years ago

Bug Report

Issues should only be created for items related to covered functionality.

Not covered functionality, feature requests, and questions should use the Feature Request or Question templates.

EasyRepro Version

Develop ReleaseWave2

UCI or Classic Web

Online or On Premise

Browser

Describe the bug

xrmApp.Grid.GetGridItems() throwing the error System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary. Special formatting / display

Code to reproduce

var griditems = xrmApp.Grid.GetGridItems();

Expected behavior

Screenshots

Additional context

aliyoussefi commented 2 years ago

This is under review and pending commit and merge into develop-2021ReleaseWave2