Dynamic/Runtime Conditions

abstract Dynamic Conditions can be used to detect the runtime state of the application UI and branch accordingly.
Sometimes an automation flow may need to react to something that appears on the screen.

Dynamic Condition

A Dynamic Condition node can be added by Node ClickAdd NodeDynamic Condition In the above example, we have created a dynamic condition with node text Is popup visible?.
This creates a keyword of the same name. In the implementation, we store the value of Is Visible and then return it.
At runtime, if the div is visible, Close popup will be called.