How to hide the values send through sendkey command during the test session from the test logs?
Hi Matthew!
In order to hide the sendKey values from the test logs, you need to use the below capability in your test script.
capabilities.setCapability(“lambdaMaskCommands”, {“setValues”});