Skip to main content
Fill in an element on a website
Bassem Khalifa avatar
Written by Bassem Khalifa
Updated over a week ago

Fill in an element on a website.

Application

  • Web Process Automation

Inputs (what you have)

Name

Description

Data Type

Required?

Example

Browser session ID

The unique identifier of the browser instance. Can be retrieved from "Open a browser session" Wrk Action

Text (Short)

Yes

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

Element identifier

The CSS selector of the element you want to click

Text(Long)

Yes

#submit-button

Input type

The type of field you want to update

Pre-defined choice list

Yes

Value

Value to write to the element specified. If left blank the field will be cleared

Text(Long)

No

Hello

Note: the value of inputs can either be a set value in the configuration of the Wrk Action within the Wrkflow, or a variable from the Data library section. These variables in the Data library section are the outputs of previous Wrk Actions in the Wrkflow.

Outputs (what you get)

Name

Description

Data Type

Required?

Example

Unsuccessful screenshot

If unsuccessful, a screenshot of the website

File

Yes

Unsuccessful message

If unsuccessful, a message stating what went wrong

Text (Long)

Yes

Outcomes

Name

Description

Success

This status is selected in the event that the element was successfully filled in

Unsuccessful

This status is selected in the event of the following scenario:

  • Unable to find the requested element

  • Unable to write the value to the element found

Impossible to complete

This status is selected in the event of the following scenario:

  • Unable to connect to the session for some reason

Requirements

  • N/A

Did this answer your question?