Adagio
8 years agoFrequent Contributor
How to detect a Mask-Overlay on any object
Hello,
I'm running into some issues to detect a mask-overlay in an Angular app.
Issue: When I click a button 'Update', there's a process running to make updates, and till the time this process runs, there's a mask-overlay on the controls. At this time, click on controls(buttons underlying the overlay) wouldn't work, but the some of the properties of the button such as Enable, Exists and Visible are 'True'. I'm looking for ways to wait for the overlay to disappear before taking any other user actions. Any help would be appreciated!
Thank you
Abhi