How can I mask the commands in Appium?

How can I mask the commands in Appium?

Hi Miro,

You can Add the below capabilities in your script for masking commands in Appium with Java:

String[] command = {"setValues", "setCookies", "getCookies"};
       caps.setCapability("lambdaMaskCommands", command);