<!--
{
  "availability" : [
    "macOS: 10.12.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SafariServices",
  "identifier" : "/documentation/SafariServices/SFSafariPageProperties",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Safari Services"
    ],
    "preciseIdentifier" : "c:objc(cs)SFSafariPageProperties"
  },
  "title" : "SFSafariPageProperties"
}
-->

# SFSafariPageProperties

An object that captures information about a webpage.

```
class SFSafariPageProperties
```

## Overview

Use the properties object to retrieve page information, such as the current URL, page title, active status, and private browsing status.

## Topics

### Getting the Safari Page Properties

[`isActive`](/documentation/SafariServices/SFSafariPageProperties/isActive)

A Boolean value that indicates whether the page is currently active.

[`title`](/documentation/SafariServices/SFSafariPageProperties/title)

The title of the page.

[`url`](/documentation/SafariServices/SFSafariPageProperties/url)

Indicates the URL of the page.

[`usesPrivateBrowsing`](/documentation/SafariServices/SFSafariPageProperties/usesPrivateBrowsing)

A Boolean value that indicates whether the page is using Safari Private Browsing.



---

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)