martin_facchini
11 years agoContributor
is there anyway to NOT log a test?
have a preliminary keyword script to shut down any opened apps before the main test sequence begins. is there any way to NOT log these results?
- 11 years ago
function Terminate_AuthManager() { /* disable log */ Log.Enabled = false; /* terminate process */ Sys.Process("PixelAuthorizeManager").Terminate(); /* enable log */ Log.Enabled = true; }