Go to URL (detailed)
Navigate to an HTTP or HTTPS URL.
Referenced In
Fields
Field | Type | Description | Default |
---|---|---|---|
url | string | Required. URL to navigate to. Can be a full URL or a path. If a path is provided and origin is specified, prepends origin to url . If a path is provided but origin isn't specified, attempts to navigate relative to the current URL, if any.Pattern: `(^(http:// | https:// |
origin | string | Optional. Protocol and domain to navigate to. Prepended to url . |
Examples
{
"url": "example",
"origin": "example"
}