From 79e09943feb298458c503759babef8d6b41a5ded Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 10 Jun 2017 12:23:36 +0100 Subject: Description of OPTIONS --- docs/using-monkey.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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%_] -- cgit v1.2.3