From eeeca4b712cd99290348a37f143535c3c33fb116 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 6 Jun 2019 15:44:52 +0100 Subject: add ability to stop a navigation in monkey frontend --- docs/using-monkey.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/using-monkey.md b/docs/using-monkey.md index 5e543d63b..f4fff433f 100644 --- a/docs/using-monkey.md +++ b/docs/using-monkey.md @@ -112,6 +112,11 @@ Commands Cause the given browser window to visit the given URL. Optionally you can give a referrer URL to also use (simulating a click in the browser on a link). + Minimally you can expect throbber stop response. + +* `WINDOW STOP` _%id%_ + + Cause a browser window to stop any in progress navigatoipn. Minimally you can expect throbber, url etc responses. * `WINDOW REDRAW` _%id%_ [_%num% %num% %num% %num%_] @@ -125,7 +130,7 @@ Commands Minimally you can expect redraw start/stop messages and you can likely expect some number of `PLOT` results. -* `WINDOW RELOAD` _%id%_ +* `WINDOW RELOAD` _%id%_ [all] Cause a browser window to reload its current content. Expect responses similar to a GO command. -- cgit v1.2.3