Hello,
I am testing the native Android app with appium and uiautomator2.
During the test I have to open some url in Chrome browser and I need to make sure that page was fully loaded.
It seems that all elements are visible (they can be found), but there is still Chrome progress bar under the url bar, which indicates that page was not fully loaded yet.
Is there any way how to check that it was fully loaded?
Thank you