Search

Input Text With Element Name

Articles

Use this function to input the text into an unprotected field with help of relative element and position.

Note: Useful in Mainframe Automation.

Syntax

Input Text With Element Name (element_name, input_value, before_or_after)

Parameters

Input Parameter Name Description
element_name Relative element name to which the input has to be provided
input_value Text value to input
before_or_after Field presence (value should be either before or after)

Sample

Input Text With Element Name (ID,User1,after)

  • Enters the text ‘User1’ to the right of the field ‘ID’

To view all the User Interface (UI) functions, click here.

Did you find what you were looking for?