Skip to main content

Type

The Type component in Robbot RPA enables you to automate the process of typing text into a text box on a website. You can specify the XPath of the text box and provide the text that you want to type.

Parameters

XPath : Enter the XPath of the text box on the website where you want to enter the text. Type : String

Text : Enter the text that you want to type into the text box. Type : String

Usage

To use the Type component in your Robbot RPA project, follow these steps:

Open your Robbot RPA project.

Drag and drop the Type component into your sequence or workflow.

Set the XPath parameter by entering the XPath of the text box on the website where you want to enter the text.

Set the Text parameter by entering the text that you want to type into the text box.

Continue building your sequence or workflow by adding other components or actions as needed.

Execute your sequence or workflow to automate the process of typing the specified text into the text box on the website.

By using the Type component, you can automate the process of entering text into text boxes on websites, making your web automation tasks more efficient and accurate.