you can check online And This is different…
- Element Exists:Enables you to verify if a UI element exists, even if it is not visible.
- Find Element:Waits for the specified UI element to appear on the screen (to be in the foreground) and returns it as a UiElement variable. If you want to find out if an element is enabled or not, please use activities such as Get Attribute or Wait Attribute, coupled with the
aastate
attribute, for example. - Element Appear:A container that waits for a UI element to appear and enables you to perform multiple actions within it.