Hi,
I have a script in Truclient, where I have to test if the user is already logged or not. The text changes when the user is already logged, and there is a additional click to confirm to kill the previous session and to run the following actions.
I use a block 'if verify' to test a 'visible text', and then a "catch 'any' error on the previous text", to continue... And it works fine !
My problem, is that in case where the verify is false, an error message is sent. The script continue, but at the end, I have got a lot of errors which are not !
Is there a way to avoid to generate these message in the log ?
Thanks for your help