mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 14:31:20 +03:00
9 lines
126 B
YAML
9 lines
126 B
YAML
title: start and stop browser without JS
|
|
group: basic
|
|
steps:
|
|
- action: launch
|
|
args:
|
|
- enable_javascript=0
|
|
- action: quit
|
|
|