How do I call local exe using the katalon-recorder-helper implementation

Check this page: https://docs.katalon.com/katalon-recorder/docs/katalon-recorder-helper-tool.html#introduction
If helper tool is running just use command open and in value put
http://localhost:18910/execute?cmd=
After “=” putpath to your exe file.
Tip: check this topic: Request for tutorial on how to use KR Helper tool better
I explains there how to avoid problem with path to file in URL.

1 Like