microsoft / EasyRepro

Automated UI testing API for Dynamics 365
MIT License
523 stars 289 forks source link

[HOW-TO] Wait for canvas app content loading #714

Open Shakevg opened 4 years ago

Shakevg commented 4 years ago

It is special canvas apps frame with loading data from server on fly can be created in Dynamics 365. I cannot find method how to wait for data loading on this form.

I tried: driver.WaitForPageToLoad(); driver.WaitForTransaction();

Is any method\UI control or API exist for waiting data load in canvas apps?

TYLEROL commented 4 years ago

Hi @Shakevg ,

We do not have anything today for this - however I'll add a feature to the backlog to see how we could handle this type of control existing on the form.

Thanks, Tyler