microsoft / EasyRepro

Automated UI testing API for Dynamics 365
MIT License
512 stars 285 forks source link

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

Open chandramohand opened 9 months ago

chandramohand commented 9 months ago

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.

MichaelDally commented 8 months ago

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