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?
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.
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?