This shows you the differences between two versions of the page.
— |
goforward [2019/12/17 12:13] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== goforward ====== | ||
+ | ---- | ||
+ | goforward - Goes forward in the browsing history | ||
+ | |||
+ | |||
+ | ===== Description ===== | ||
+ | goforward() | ||
+ | | ||
+ | This function returns a string | ||
+ | |||
+ | |||
+ | ===== Examples ===== | ||
+ | navigate("http://diaboliclabs.com/testpage") | ||
+ | navigate("http://example.org") | ||
+ | goback() | ||
+ | sleep(5) | ||
+ | goforward() | ||
+ | |||