How to hide the test application credentials in your test logs?
Hello Dipen,
You can make use of our maskCommands capability for specifying the maskable getters and setters.
Here is an example: "lambdaMaskCommands", {"<array of values to be hidden>"}.
Here, array can contain setValues. When you pass it, it will surely hide the text sent through sendKeys command.