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

# popupWebView

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

```
var popupWebView: WKWebView? { get }
```

## Discussion

The web view will be preloaded with the pop-up page upon first access or after it has been unloaded. Use the [`presentsPopup`](/documentation/WebKit/WKWebExtension/Action/presentsPopup) property to determine whether a pop-up should be displayed before using this property.

## 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)