Forum Discussion
AlexKaras
16 hours agoCommunity Hero
Hi,
TestItem object does not expose .Run() method. That is why you are getting the error.
Somewhere in time when I've implemented similar functionality, I parsed ElementToBeRun property to get names for corresponding script unit and function to be called and executed corresponding code via Runner.CallMethod() call.
Hope this will help...
- ilkoTest11 hours agoNew Contributor
Thank you, AlexKaras for your suggestion. I will definitely try that out