-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for screen recording with VIEW intent.
You can run it as follows: ``` python3 ./record_adb.py --mode applink --package org.mozilla.fenix --url https://theme-crave-demo.myshopify.com/ --output shopify-app-link.mp4 ``` This also adds support for launching the app with the launcher activity, as an alternative to simulating user touch. Simulating user touch to start an app can be tricky if you're installing apps in an automated fashion (e.g. for CI testing) and can't ensure that the app icon is placed in a specific place on the screen. ``` python3 ./record_adb.py --mode launch --package org.mozilla.fenix --output launch.mp4 ```
- Loading branch information
1 parent
4187327
commit 1c39e9b
Showing
1 changed file
with
64 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters