Unlocking after driver.lockScreen()

Is driver.lockScreen() supposed to automatically unlock the screen? E.g. driver.lockScreen(10) would be after 10 seconds?

I can’t seem to figure out how to automate the unlock.

1 Like

@iandow - driver.lockScreen doesn’t work for me with iOS , the screen being locked , but when it unlocked back - it should be swiped , but couldn’t achieved it …
On Android , lockScreen did work , but the amount of time you want to lock the screen you’ve provide as an argument actually irrelevant due to the reason that you need to run adb command by yourself for unlocking.