<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: -",
    "macOS: 15.0.0 -",
    "visionOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/AppSchema/BrowserIntent",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "App Intents",
      "AppIntents"
    ],
    "preciseIdentifier" : "s:10AppIntents0A6SchemaV13BrowserIntentP"
  },
  "title" : "AppSchema.BrowserIntent"
}
-->

# AppSchema.BrowserIntent

Identifies intent schemas in the browser domain.

```
protocol BrowserIntent : AppSchema.Kind
```

## Topics

### Instance Properties

[`var bookmarkTab: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/BrowserIntent/bookmarkTab)

An intent schema that creates a new bookmark for this tab.

[`var bookmarkURL: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/BrowserIntent/bookmarkURL)

An intent schema that creates a new bookmark for a given URL.

[`var clearHistory: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/BrowserIntent/clearHistory)

An intent schema that clears history, and related cookies and other website data.

[`var closeTabs: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/BrowserIntent/closeTabs)

An intent schema that closes the selected tabs.

[`var closeWindows: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/BrowserIntent/closeWindows)

An intent schema that closes the selected windows.

[`var createTab: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/BrowserIntent/createTab)

An intent schema that creates a new tab with a URL loaded, or blank if omitted.

[`var createWindow: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/BrowserIntent/createWindow)

An intent schema that creates a new browser window.

[`var deleteBookmarks: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/BrowserIntent/deleteBookmarks)

An intent schema that deletes the selected bookmarks.

[`var findOnPage: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/BrowserIntent/findOnPage)

An intent schema that finds the given text on the selected tab.

[`var openBookmark: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/BrowserIntent/openBookmark)

An intent schema that opens the specified bookmark.

[`var openURLInTab: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/BrowserIntent/openURLInTab)

An intent schema that navigates a tab to the given URL.

[`var search: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/BrowserIntent/search)

An intent schema that searches for the given string on the web.

[`var switchTab: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/BrowserIntent/switchTab)

An intent schema that switches to an existing tab.

## Relationships

### Conforming Types

[`Intent`](/documentation/AppIntents/AppSchema/Intent)

### Inherits From

[`Kind`](/documentation/AppIntents/AppSchema/Kind)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)