[11]Type Into

Last modified by Tuan Nguyen on 2022/05/13 02:25

RCA.Activities.Browser.TypeInto

Description

The Type Into activity allows you to type texts into any text field within the webpage.

Browser_TypeInto

(*For mandatory)

In the body of the activity

  • Pick target element* - Chooses the element to verify its existence. This activity will generate a string variable (Selector) to specify the location of that element.
  • Text (String)* - The text to type into. This property supports String variable so it must be quoted.
    Eg: “My name is”

Properties

Before Type

  • Empty Field (Checkbox) - A checkbox specifies whether target field would be cleared before typing.
    ・Check – Empty the field.
    ・Uncheck – Not empty the field.

Common

  • Continue on Error (Boolean) - A Boolean variable has two possible values: True or False. True - allows the rest of the process to continue the execution even an error occurs within the activity. False (default) - blocks the process from continuing the execution.
  • Timeout MS (Int32)- The maximum amount of time (in milliseconds) to wait for the activity to complete before an error is thrown. If the timeout expires, the activity will be terminated. Default value: 30000 (milliseconds).
    E.g: 30000

Input

  • Selector (String)* - Text property used to find a particular UI element when the activity is executed. It is actually a XML fragment specifying attributes of the GUI element you are looking for and of some of its parents.
  • Wait Visible (Checkbox) - Check this box if you want the automation waits for the target to be visible before executing the activity. This is unchecked by default.
  • Text (String)* - The text to type into. This property supports String variable so it must be quoted.
    E.g: “My name is”

Misc

  • Display Name (String) - The name of this activity. You can edit the name of the activity to organize and structure your code better.
    Eg: [12564767] Type Into
  • Public (Checkbox) - Check if you want to public it. Remember to consider data security requirement before using it. Default is unchecked.
  
Navigation