Busy Loaders
Last updated
Last updated
Busy loaders are components that repeatedly appear in applications while they are busy, usually blocking inputs or interactions until background tasks finish.
The busy loader is blocking the interactions on a certain element.
The busy loader is covering the entire page or window.
Here, you can see an example of how a busy loader may look, in this scenario we see a loading in front of the table that we want to interact.
Some busy loaders are added dynamically on the DOM or are hidden.
Add the selector in the QualityMate configuration parameter BusyLoaderSelectors
Multiple busy loaders selectors can be used, separating then with ;