summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/using-monkey.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/docs/using-monkey.md b/docs/using-monkey.md
index 1d0a96be3..8d051cfff 100644
--- a/docs/using-monkey.md
+++ b/docs/using-monkey.md
@@ -130,14 +130,22 @@ Commands
Cause a browser window to reload its current content.
Expect responses similar to a GO command.
+* `WINDOW EXEC WIN` _%id%_ _%str%_
+
+ Cause a browser window to execute some javascript. It won't
+ work if the window doesn't have a *finished* HTML content.
+
+ This will send a `WINDOW JS WIN` _%id%_ `RET` `TRUE`/`FALSE`
+ where `FALSE` indicates that some issue prevented the injection of
+ the script.
### Login commands
-* `LOGIN USERNAME` _%id%_ _%str_
+* `LOGIN USERNAME` _%id%_ _%str%_
Set the username for the login
-* `LOGIN PASSWORD` _%id%_ _%str_
+* `LOGIN PASSWORD` _%id%_ _%str%_
Set the password for the login