You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING CHANGE: AndroidDriver to use modern mobile: commands for Lock, IsLocked and Unlock (#874)
* Update dependabot.yml (#142)
try to fix duplicated PRs
* Refactor AndroidDriver to use modern `mobile:` commands for Lock, Unlock and IsUnlocked
* Revert "Update dependabot.yml (#142)"
This reverts commit 6d867e4.
/// Unlocks the device if it is locked. No operation if the device's screen is not locked.
318
+
/// </summary>
319
+
/// <param name="key">The unlock key. See the documentation on appium:unlockKey capability for more details.</param>
320
+
/// <param name="type">The unlock type. See the documentation on appium:unlockType capability for more details.</param>
321
+
/// <param name="strategy">Optional unlock strategy. See the documentation on appium:unlockStrategy capability for more details.</param>
322
+
/// <param name="timeoutMs">Optional unlock timeout in milliseconds. See the documentation on appium:unlockSuccessTimeout capability for more details.</param>
323
+
/// <exception cref="ArgumentException">Thrown when required arguments are null or empty.</exception>
324
+
/// <exception cref="WebDriverException">Thrown if the command execution fails.</exception>
0 commit comments