device_navigate_url
Open a URL in a browser on an Android device. Much simpler than manually tapping the address bar. Uses the browser already in the foreground when there is one, so it drives the browser you are looking at rather than a different one in the background; otherwise it falls back to Chrome. Returns { opened, url, browser, pageId } — when pageId is non-null the tab it opened becomes this device's current page, so you can call the android_devtools_* / webpage_* tools straight afterwards WITHOUT pageId and stay on this tab.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to open (include https://) | |
| udid | Yes | Device serial number (UDID) |