The notification automation package is a group of activities that are used to record the footprints of the robot and indicate any message that is required to be printed visibly during the execution. it also helps provide the input during the runtime.

InputBox

When to use the InputBox activity

When you require human intervention to provide inputs for processing during the runtime, this activity can be used.

Figure 1

Activity Name

Picture

InputBox

a

Technical Reference

Figure 1.1

1.0 

S.no

Description

1

It indicates the title of the input box

2

Specify the label name where the data needs to be entered
E.g. UserName, Password

3

Specify the Number of Labels required to enter the data

4

Displays the action that the activity performs in the workflow

5

Specify whether to continue executing the workflow even if the activity fails

6

Enter the declared variable name, which will store the data that needs to be entered in the InputBox

t   Declare a new variable in the Variables section by selecting "browse for types" in the Variable Type dropdown and entering the type name as System.Collections.Generic.<List>Then choose String from the type dropdown.

Figure 1. 2

1.1

Figure 1.3

1.2

Figure 1. 4

1.3

Figure 1.5

1.4

 

Figure 1.6

1.5

 

a Activity: If we require human intervention to login to the target/client system, this activity can be used.

 

 

 

v4.0.2