summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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%_]