41cbf3f807
The script runs through the directory of JSON files, capturing SKPs from the apps specified by the JSON files. BUG=skia: Review URL: https://codereview.chromium.org/1483063006
16 lines
340 B
JSON
16 lines
340 B
JSON
{
|
|
"name": "geniewidget",
|
|
"package": "com.google.android.apps.genie.geniewidget",
|
|
"activity": "com.google.android.apps.genie.geniewidget.activities.NewsActivity",
|
|
"app_launch_delay": 3,
|
|
"actions": [
|
|
{
|
|
"type": "drag",
|
|
"start": [600, 600],
|
|
"end": [10, 10],
|
|
"duration": 0.2,
|
|
"points": 10
|
|
}
|
|
]
|
|
}
|