Hello,
I would like to know if it's possible to modify the no-reset capability client-side, for example with java-client :
capabilities.setCapability("noReset", "true") / capabilities.setCapability("noReset", "false"); or capabilities.setCapability("noReset", true); etc...
The goal is to easily choose to reset or not the app between tests, without using Java Process and modify the server's no-Reset arg.
We need to reset app state in some test, and not in other.