Skip to main content

Check if element is visible on a VM

The "Connect and log in to a VM" WrkAction is required in your Wrkflow prior to making use of this desktop RPA WrkAction.

Check if an element is visible on a virtual machine. This Wrk Action will wait 2 seconds before the initial check and check every 5 seconds until the maximum wait duration.

Application

  • Desktop Automation (RPA)

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Desktop session IDThe unique identifier of the desktop instance. Can be retrieved from "Connect and log in to a VM” Wrk Action.Text (Short)Yesfb9bc380-146c-420e-9130-50ce93614e05
Search queryThe question you would like answered about VMText(Long)Is the Google Chrome icon on the desktop?
Maximum wait durationThe number of seconds to wait forPre-defined Choice List30
Left X-coordinateThe leftmost coordinate in in pixels of the area you would like to search. If no coordinate is given will default to 0NumberNo10
Right X-coordinateThe rightmost coordinate in in pixels of the area you would like to search. If no coordinate is given will default to 1920NumberNo100
Top Y-coordinateThe topmost coordinate in in pixels of the area you would like to search. If no coordinate is given will default to 0NumberNo10
Bottom Y-coordinateThe bottommost coordinate in pixels of the area you would like to search. If no coordinate is given will default to 1080NumberNo100

Outputs (what you get)

NameDescriptionData TypeRequired?Example
ScreenshotFileNo

Outcomes

NameDescription
YesThis status is selected if the search query is found.
NoThis status is selected if not found before the maximum duration
Impossible to completeThis status is selected in the event of the following scenario:Unable to connect to the session for some reason

Requirements

  • N/A