mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 06:21:45 +03:00
23 lines
385 B
YAML
23 lines
385 B
YAML
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
|
|
|