Last Updated: Feb 14, 2022
Use this function to input the text into an unprotected field with help of relative element and position.
Useful in Mainframe Automation.
Input Text with Element (element_name, input_value, before_or_after)
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) |
Input Text with Element (ID,User1,after)
To view all the UI functions, click here.