microsoft/EasyRepro

Why in my CRM app doesnt work this? xrmApp.Grid.OpenRecord(0);

chandramohand opened this issue · 1 comments

Hi,
Here two issues one regarding the OpenRecord() doesn't work in my CRM app.
xrmApp.Grid.OpenRecord(0);

2nd, few more in one page its not identifying the data-id.
xrmApp.Entity.SetValue(ArentReason.ElementAt(1).Key, "TestValue");
throws an error saying OpenQA.Selenium.NoSuchElementException: 'Field with name nhs_test.fieldControl-text-box-text does not exist.'
But I am able to access through xpath with the data-id successfully. Later I am trying to clear the value its not happening.

Please help me.

Thanks and Regards,
Chandra.

Does the table exist inside an iFrame that you need to switch to?