Version 1
[yaffs-website] / vendor / jcalderonzumba / gastonjs / docs / api / commands / navigation / go_forward.md
diff --git a/vendor/jcalderonzumba/gastonjs/docs/api/commands/navigation/go_forward.md b/vendor/jcalderonzumba/gastonjs/docs/api/commands/navigation/go_forward.md
new file mode 100644 (file)
index 0000000..81334b0
--- /dev/null
@@ -0,0 +1,15 @@
+go_forward
+========
+This command allows you (if possible) to go forward, loading the next page in your browser history.
+```json
+{
+  "name":"go_forward",
+  "args":[]
+}
+```
+If possible to go forward then response should be:
+```json
+{
+  "response": true
+}
+```