Move back a single "item" in the browser's history. See W3C WebDriver specification for more details.
()
| 496 | * more details. |
| 497 | */ |
| 498 | void back(); |
| 499 | |
| 500 | /** |
| 501 | * Move a single "item" forward in the browser's history. Does nothing if we are on the latest |
no outgoing calls