Forum Discussion
Ryan_Moran
10 years agoValued Contributor
It is possible to create a sort of object spy from Test Execute by creating a UserForm with a TObjectPicker.
You would then add an event handler for the TObjectPickers OnObjectPicked event and reference the object via the PickedObjectName property. You can then use .Find or .FindAll from your event handler, searching by object full name, to get a reference to the object itself if you require any additional properties.
iamraj09
10 years agoContributor