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
When screen recording is started via the startMediaProjectionRecording command, the emulator incorrectly detects the screen lock state. This issue causes the isLocked method to return False even when the screen lock command has been executed and the screen is truly locked. Consequently, the unlock functionality does not behave as expected during automated tests while screen recording is active.
Below is a minimal code snippet to reproduce the problem:
When screen recording is started via the startMediaProjectionRecording command, the emulator incorrectly detects the screen lock state. This issue causes the isLocked method to return False even when the screen lock command has been executed and the screen is truly locked. Consequently, the unlock functionality does not behave as expected during automated tests while screen recording is active.
Below is a minimal code snippet to reproduce the problem:
appium 2.15.0
uiautomator2@3.9.9
The text was updated successfully, but these errors were encountered: