I want to validate in, after launching VM need to check if certain element in VM is visible or not. If visible then proceed further, if not wait till its visible. How can I do this In VM/ RDP machine?
1 Like
Hi,
Use the “Element Exists” activity to check if the element you want to validate is currently visible or not. This activity will return a boolean value indicating whether the element exists or not.
Thank you
1 Like
Hi @jatin.singh
Try using element exists or check app state activity. If they are not work then use CV activities.
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.