Skip to main content

Click and fill an element using Vision RPA

Written by Wrk Product
Updated over a week ago

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)

Name

Description

Data Type

Required?

Example

Session ID

The unique identifier of the session. Can be retrieved from 'Connect and log in to a VM' or 'Open a browser session' Wrk Action

Text (Short)

Yes

fb9bc380-146c-420e-9130-50ce93614e05

Value

Value to write to the session

Text (Long)

Yes

John Doe

Selection type

The method used to identify the element you want to check for

Predefined Choice List

No

Element text

Click offset

The 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 duration

The number of seconds to wait for the element to become visible

Number

No

5

Search section

The section of the visible screen to search for the element in.

Predefined Choice List

No

Left half

Paste text?

Paste text into the session instead of typing

True/False

No

True

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/False

No

False

Bypass element validation?

This Wrk Action will always validate element description match with what was found using AI. Set to true to bypass validation

True/False

No

False

Outputs (what you get)

Name

Description

Data Type

Required?

Example

Search image

Screenshot of the visible screen with the searched section highlighted in a green box and the found element in a red box

File

No

Clicked element image

Image of the element found

File

No

Clicked element coordinates

Coordinates of the found element within the visible screen

Text (Short)

No

[0, 0, 0, 0]

Change detection image

Screenshot of the full visible screen with the changes highlighted in a red box

File

No

Match percentage

The percentage match of the selected pictured in comparison to the provided reference image

Number with decimals

No

95.1

Text captured

If Selection type is element text, the complete output of all text found on the screen ordered from top left to bottom right

Text (Long)

No

Enter name

Outcomes

Name

Description

Success

This status is selected if the job has successfully completed.

No result

This status is selected if the job has successfully completed but no result was produced.

Unsuccessful

This status is selected if the job has completed unsuccessfully.

Requirements

  • N/A

Did this answer your question?