Skip to main content

Click and fill an element using Vision RPA

Click on an element and type a given value.

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
ValueValue to write to the sessionText (Long)YesJohn Doe
Selection typeThe method used to identify the element you want to check forPredefined Choice ListNoElement text
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 for the element to become visibleNumberNo5
Search sectionThe section of the visible screen to search for the element in.Predefined Choice ListNoLeft half
Paste text?Paste text into the session instead of typingTrue/FalseNoTrue
Disable value type validation?This Wrk Action will always validate that text was entered into the element found. If text gets written to a different location than where you clicked you will need to disable this feature. Set to true to disable.True/FalseNoFalse
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 percentageThe percentage match of the selected pictured 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)NoEnter name

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