Move a single "item" forward in the browser's history. Does nothing if we are on the latest page viewed. See W3C WebDriver specification for more details.
()
| 505 | * more details. |
| 506 | */ |
| 507 | void forward(); |
| 508 | |
| 509 | /** |
| 510 | * Load a new web page in the current browser window. This is done using an HTTP POST operation, |
no outgoing calls