How to Call UIpath tool methods from outside

Hi Team,

Could anyone help me .
Does Uipath exposes methods as services to call from outside ?
Example : I want to call Click method of Uipath from Eclipse/pycharm etc.

Hi @amar.kasseti,

Please find the below link, this might help!
https://orchestrator.uipath.com/v2019-fastTrack/reference#api-references

@amar.kasseti
No, they do not. If you want to click a UiElement from within python you’d need to use a python library to do that work.

Thanks

From the i link, i couldn’t find anything related to core methods of Uipath

No, You have to take a build and upload in the Orchestrator. Then use Orchestrator APIs to invoke the process as service call.