How to unlock devices by pin using appium? – pCloudy – Question and Answers
Home >> Appium Tricks and Tricks >> How to unlock devices by pin using ...

How to unlock devices by pin using appium?


Code Snippet:

capabilities.setCapability("unlockKey", "pin");
*** it will work for device version 6 and above

Leave a Reply

Your email address will not be published. Required fields are marked *