Before anything, I’ve tried the following approaches:
Element Exist activity with WaitForReady option set to Complete.
Get attribute activity with visibility attribute
So, what is the most confident way of checking whether some popup is shown or not? In my case - the popup is being shown for 2 seconds and then disappears.
With Element Exist activity, I always get True as a result which is wrong.