What is the difference between "On Element Appear" and "On Element Vanish"?

Hi All
A general question…

Could you please let me know the difference between “On Element Appear” and “On Element Vanish”?, We have an othe activaity named “Element exists”. How thse can be used and interlinked…

Hi @hariapn

  1. On element vanish enables you to perform one or multiple actions after a specified UI element vanishes.
  1. On element appear waits for a UI element to appear and enables you to perform multiple actions within it.
1 Like

Thank you very much @shetanshudhar :slightly_smiling_face:

We have one more activities nemad “Element exists”. Is there any difference with the above 2 activities.

Element Exists Activity is used to check whether the indicated UiElement is available or not… Like it is going to timed out after 30secs by default. Usually, it is used to make the execution pause until that element got activated/loaded. The waiting period by default would be timed out after 30secs.

Usually, EE is going to be used by coupling it with the If condition or any control loops.

1 Like

Thank you for the fast response. I have an excel file with a list of numbers(EX: Mobile Variants like Mi6, Mi7, Mi8 etC). Am using “Element exists” activity and if a particular number does not exists, I need to skip to the next line in Excel, Am using Flowchart and flow decision method(True or False), If the flow decision is “False” then I need an activity where workflow reads next line in Excel.
I need to skip excel line if element does not exists… PFA, xaml file for ref.
Test.xaml (17.9 KB)