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