summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2017-06-10 12:23:36 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2017-06-10 12:54:57 +0100
commit79e09943feb298458c503759babef8d6b41a5ded (patch)
treea7893a057bfffee7a7d769bcd8ffc1b55134cd4e /docs
parent58d03aeb6fe3519ef12a4cedcc3e47b8daaad9cc (diff)
downloadnetsurf-79e09943feb298458c503759babef8d6b41a5ded.tar.gz
netsurf-79e09943feb298458c503759babef8d6b41a5ded.tar.bz2
Description of OPTIONS
Diffstat (limited to 'docs')
-rw-r--r--docs/using-monkey.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/using-monkey.md b/docs/using-monkey.md
index b1bd643bf..d6082bda9 100644
--- a/docs/using-monkey.md
+++ b/docs/using-monkey.md
@@ -39,6 +39,8 @@ browser windows are prefixed by `WINDOW`.
* `WINDOW`
+* `OPTIONS`
+
### Top level response tags for nsmonkey
* `GENERIC`: Generic messages such as poll loops etc.
@@ -79,6 +81,12 @@ Commands
Cause monkey to quit cleanly.
This will cleanly destroy open windows etc.
+* `OPTIONS` _%str_
+
+ Cause monkey to set options. The passed options should be in the same
+ form as the command line, e.g. `OPTIONS --enable_javascript=1`
+
+
### Window commands
* `WINDOW NEW` [_%url%_]