comet_navigate
Navigate to a given URL and wait for the page to load, choosing between load, DOM content loaded, or network idle states.
Instructions
Navigate Comet to a specific URL.
Args: url: The URL to navigate to. wait_for: Wait condition -- 'load', 'domcontentloaded', or 'networkidle'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| wait_for | No | domcontentloaded |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |