Last Updated: May 27, 2021
Use this function to get the text from the screen with the help of a relative element.
Note: Useful in Mainframe Automation.
Get Text From Relative Field (element_name, before_or_after, field_position)
Input Parameter Name | Description |
---|---|
element_name | Relative element name from which the text has to be fetched |
before_or_after | Field presence (value should be either before or after) |
field_position | Field position value |
Return value | Description |
---|---|
text | Returns the text from the screen |
Consider the scenario of fetching text from a mainframe screen
Get Text From Relative Field (UserName, after, 2 )
To view all the User Interface (UI) functions, click here.