async agent.goto(url)
Navigates by focusing Chrome, hitting the address bar, typing the URL, and pressing Enter. No browser-side navigation APIs are used, so there is no automation event path inside the page.
| Param | Type | Description |
|---|---|---|
url | string | Full URL including protocol. |