On Element Appear and Element Exits

Can anyone tell me when to use On element appear activity and element exists activity ?
What is the difference between both the activities?

Element exists waits up to a certain time period and produces an output of a boolean vs. On Element Appear can wait forever and produces an output of the Element for you to then use.

1 Like

HI @sudarshan,

Element Appear
A container that waits for a UI element to appear and enables you to perform multiple actions within it.

Element Exists
Enables you to verify if a UI element exists, even if it is not visible.

Please take a look.

Regards
Balamurugan.S

3 Likes