-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] How to lock screen using playwright-android? #5216
Comments
Here is the list of buttons you can https://github.com/microsoft/playwright/blob/master/types/android.d.ts#L119 |
Tried to lock with |
|
@pavelfeldman Thanks, I was able to lock using
But not sure if its the right way, is there any documentation for playwright-android so that i can look in to? |
@NareshMurthy : |
Looks like you would want |
Yes! I am looking for a recentApps button as well |
@pavelfeldman I have a test page, which captures active user time on the page, I noticed that, even after locking the screen / pulling down the notification bar, doesn't change the visibilityState of the page. Thanks! |
Added a new android key - RecentApps Fixes microsoft#5216
Added new android keys for playwright-android - AppSwitch, Assist, Cut, Copy, Paste Modified a android key from 'At' to '@' Fixes microsoft#5216
Added a new android key - RecentApps Fixes microsoft#5216
Added new android keys for playwright-android - AppSwitch, Assist, Cut, Copy, Paste Modified a android key from 'At' to '@' Fixes microsoft#5216
How do I ( lock screen / swipe down the notification center / press recent apps button ) using playwright android?
Thanks!
The text was updated successfully, but these errors were encountered: