2018-11-03 19:33:19 +03:00
|
|
|
title: cache test
|
|
|
|
group: performance
|
|
|
|
steps:
|
|
|
|
- action: launch
|
|
|
|
language: en
|
|
|
|
- action: timer-start
|
2019-06-13 00:45:07 +03:00
|
|
|
timer: timer1
|
2018-11-03 19:33:19 +03:00
|
|
|
- action: window-new
|
|
|
|
tag: win1
|
|
|
|
- action: navigate
|
|
|
|
window: win1
|
|
|
|
url: http://www.bbc.co.uk/news
|
|
|
|
- action: block
|
|
|
|
conditions:
|
|
|
|
- window: win1
|
|
|
|
status: complete
|
|
|
|
- action: timer-stop
|
|
|
|
timer: timer1
|
|
|
|
- action: timer-start
|
2019-06-13 00:45:07 +03:00
|
|
|
timer: timer2
|
2018-11-03 19:33:19 +03:00
|
|
|
- action: window-new
|
|
|
|
tag: win2
|
|
|
|
- action: navigate
|
|
|
|
window: win2
|
|
|
|
url: http://www.bbc.co.uk/news
|
|
|
|
- action: block
|
|
|
|
conditions:
|
|
|
|
- window: win2
|
|
|
|
status: complete
|
|
|
|
- action: timer-stop
|
|
|
|
timer: timer2
|
|
|
|
- action: timer-check
|
|
|
|
condition: timer2 < timer1
|
|
|
|
- action: quit
|
|
|
|
|