How to validate element is visible or not in RDP machine

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?

Hi @jatin.singh

Please use CV Element Exist to check whether the element exists or not

image

Regards

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

@jatin.singh

If you find the solution for your query please mark it as solution

Thank you

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.