Trouble Shoot
Answers to yours questions / Exceptions
Last updated
Answers to yours questions / Exceptions
Last updated
In the daily applications we see different types of loaders and their behavior completely depends on the time taken for the page to load.
Open the developers tools in the browser and navigate to source tab. PAUSE the browser when you see a loader Now sit back inspect the element and write the locator.
In the modern application, we definitely see a element that will dissappear after loading the content of the page. If, there was no such elements in our web page. We need to skip thinking about the loader and validate the header of the page to continue further
Usually, we can wait for the maximum of 2 minutes for a loader and completely depends on the network conditions and multiple factors.
Yes, we do see this kind of situations where a loader is disappeared in a fraction of milli seconds. Pausing the script and inspection was the only way we can do it.
Yes, this is pretty simple in QATTS. this can be done in either of ways in action class / action.
Ex : action.pre : waitforloader:UI_Element