Get navigates the browser to the provided URL.
(url string)
| 277 | |
| 278 | // Get navigates the browser to the provided URL. |
| 279 | Get(url string) error |
| 280 | // Forward moves forward in history. |
| 281 | Forward() error |
| 282 | // Back moves backward in history. |
no outgoing calls