Not Considering

Kill Passolo error message popup window during automation

Background: 

Sometimes running Passolo automation  (generate word count, etc.), Passolo throws following error message: Encountered an improper argument.

 

Passolo will be hanging. I have to manually kill psl.exe in Task Manager.

 

Suggestion:

Force to kill the popup window and continue automation.

 

Thanks!

 

Ryan

  • This is not possible. The problem occurs in your code because you are passing a wrong argument to one of functions you are calling in your code.

    So you will need to debug your automation code and fix the parameter problem. Forcing to kill the popup and continue with the automation is not possible as the erroneous function call will not processed.