OLD | NEW |
---|---|
(Empty) | |
1 { | |
2 "description": "Video Stack Perf benchmark", | |
3 "pages": [ | |
4 { | |
5 "url": "file:///video.html?mediaFile=bear.webm", | |
6 "media_metrics": [ | |
7 { "action": "play", | |
8 "selector": "video[id=\"video1\"]", | |
scherkus (not reviewing)
2013/06/14 20:50:45
AFAIK if this a CSS selector then "#video1" should
shadi
2013/06/17 19:13:59
Done.
| |
9 "wait_for_playing": true, | |
10 "wait_for_ended": true | |
11 } | |
12 ] | |
13 } | |
14 ] | |
15 } | |
OLD | NEW |