You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
385 B
23 lines
385 B
title: quitting mid-fetch
|
|
group: cleanup
|
|
steps:
|
|
- action: repeat
|
|
min: 0
|
|
step: 50
|
|
tag: sleepytimer
|
|
steps:
|
|
- action: launch
|
|
- action: window-new
|
|
tag: win1
|
|
- action: navigate
|
|
window: win1
|
|
url: http://www.bbc.co.uk/news
|
|
- action: sleep-ms
|
|
time: sleepytimer
|
|
conditions:
|
|
- window: win1
|
|
status: complete
|
|
breaks: sleepytimer
|
|
- action: quit
|
|
|