Creating Element Repository for Mainframe

Last updated
For Mainframe automation, elements cannot be captured directly as it works based on coordinates. Instead, create the elements manually and add the corresponding coordinates for each element. These coordinates are used to identify and interact with screen components during execution.
To create element repository and elements for mainframe, perform the following actions:
On the Home page, from Projects list, select required project.
Select Design Studio.
On the Element Repository page, select folder and then select ellipses (...) icon.
Select Create Element Repository and Mainframe as application type.
Rename the element repository.
Select Add Element.
Under Name column, enter element name.
Under X,Y-Coordinate column, enter the x and y co-ordinate from the mainframe emulator.
Note: The first value represents the X-coordinate, and the value after the semicolon represents the Y-coordinate.

Select Save to save the element repository.
Last updated