Search

Input Text with Element

Articles

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

Useful in Mainframe Automation.

Syntax

Input Text with Element (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 (ID,User1,after)

  • Enters the text User1 to the right of the field ID.

To view all the UI functions, click here.

Did you find what you were looking for?