Example: rdp_get_object_info
The following shows a script retrieving the control ID for an object at certain coordinates in a Notepad window and saving it in MyParam.
rdp_get_object_info(
"StepDescription=Get Object Info 1",
"Snapshot=snapshot1.inf",
"WindowTitle=Notepad",
"ObjectX=127",
"ObjectX=68",
"Attribute=CONTROL_ID",
"Value=MyParam",
RDP_LAST );