Forum Discussion

DSmachineWorld's avatar
DSmachineWorld
Contributor
2 months ago

Closing multiple processes with same name

I am using this Python script to close a desktop process so TestComplete can proceed. It works fine with a single process of name "foo". def close_foo():   # Obtains the foo process and closes it ...