How to unlock devices by pin using appium?
Code Snippet:
capabilities.setCapability("unlockKey", "pin");
*** it will work for device version 6 and above
Posted on April 3, 2019
By Sridatta Pani
capabilities.setCapability("unlockKey", "pin");
*** it will work for device version 6 and above
