How to show Robot Inspector via Code
Ui am aware that modifying the RuntimeConfig will allow a user to display the Robot Inspector by right-clicking on the Robot Icon in the system tray and selecting the Robot Inspector option.
Is there also a way to launch the Robot Inspector UI via code (automation or script)?
I was able to add a toolbox item "TestHarnessManager.ShowTestHarness" from the Pega.TestHarness.dll, however, when using this item i get the following error during project build : "Error accessing Type : 'Pega.TestHarness.TestHarnessManager' "
Is there something i am doing wrong?
Adam