On calling this "ExecuteScriptResponseMessage ExecuteScript(string scriptName)" to execute script, it shows no error but the script seems not to run as the dialog doesn't comes up which comes when automation script is executed manually.
Use case:
I am calling the script from the protocol wherein on the click of button a QAction is triggered and from there I am calling the automation script which doesn't seem to work.
Also, can someone please provide me link as to how I can debug the code like it happens in general .NET C# applications with debugger point hitting. I tried debug inject but that way doesn't seem to work.
Hi,
If you want to execute an Interactive Automation script (with dialogs) from a QAction, then you'll need to make sure that this can be presented to the correct user.
This question should provide the answers you need for that: Unable to trigger interactive automation script - DataMiner Dojo.