Skip to main content

Click on an element using Vision RPA

Check if an element is visible using the element description, a reference image, or text. This Wrk Action uses AI-generated content. Like all AI content, use with caution; information may be outdated, incomplete, or inaccurate.

Application

  • Vision RPA

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Session IDThe unique identifier of the session. Can be retrieved from 'Connect and log in to a VM' or 'Open a browser session' Wrk ActionText (Short)Yesfb9bc380-146c-420e-9130-50ce93614e05
Click typeType of click to execute on the elementPredefined Choice ListYesLeft
Selection typeThe method used to identify the element you want to check forPredefined Choice ListYesElement reference image
Click offsetThe distance in pixels you would like to offset your click by, based on the identified location. Example: (x, y)Text (Short)No(0,0)
Maximum wait durationThe number of seconds to wait forNumberNo0
Search sectionThe section of the visible screen to search for the element in.Predefined Choice ListNoWhole
Wait for screen changeThe amount of screen change to wait for before proceeding to the next Wrk ActionPredefined Choice ListNo5
Wait for the changeThe number of seconds you would like to wait after clicking for the change to occurNumberNo5
Change detection sectionThe section of the visible screen to search for the change in. WA should also accept a data library item of coords like [0,1080,0,1920]Predefined Choice ListNo
Bypass element validation?This Wrk Action will always validate element description match with what was found using AI. Set to true to bypass validationTrue/FalseNoFalse

Outputs (what you get)

NameDescriptionData TypeRequired?Example
Search imageScreenshot of the visible screen with the searched section highlighted in a green box and the found element in a red boxFileNo
Clicked element imageImage of the element foundFileNo
Clicked element coordinatesCoordinates of the found element within the visible screenText (Short)No[0, 0, 0, 0]
Change detection imageScreenshot of the full visible screen with the changes highlighted in a red boxFileNo
Match percentageIf reference image provided, the percentage match of the selected element in comparison to the provided reference imageNumber with decimalsNo95.1
Text capturedIf Selection type is element text, the complete output of all text found on the screen ordered from top left to bottom rightText (Long)NoGet Started

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.
No resultThis status is selected if the job has successfully completed but no result was produced.
UnsuccessfulThis status is selected if the job has completed unsuccessfully.

Requirements

  • N/A