I am developing an ML application which I want to integrate with test recording and test emulation features from UiPath test robots. Is there any specific API that can be used for accomplishing this task?
Hello,
Perhaps the TestSteps API endpoint would work?
If this is related to Recording in Studio itself and not Test Suite I believe you’ll have to call the API directly as part of the automation, bit of a different case.
You can find all the API endpoints in Swagger:
Test Suite - API References (uipath.com)
Hopefully this helps!
Thanks,
CV