<!--
{
  "availability" : [
    "macOS: 15.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WebKit",
  "identifier" : "/documentation/WebKit/WKWebExtension/Action/popupPopover",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "WebKit"
    ],
    "preciseIdentifier" : "c:objc(cs)WKWebExtensionAction(py)popupPopover"
  },
  "title" : "popupPopover"
}
-->

# popupPopover

A popover that presents a web view loaded with the pop-up page for this action, or `nil` if no popup is specified.

```
var popupPopover: NSPopover? { get }
```

## Discussion

This popover contains a view controller with a web view preloaded with the pop-up page. It automatically adjusts its size to fit the web view’s content size. The [`presentsPopup`](/documentation/WebKit/WKWebExtension/Action/presentsPopup) property should be checked to determine the availability of a pop-up before using this property.  Dismissing the popover will close the pop-up and unload the web view.

## See Also

[`presentsPopup`](/documentation/WebKit/WKWebExtension/Action/presentsPopup)

A Boolean value indicating whether the action has a pop-up.



---

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)