---
title: isInspectable
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/wkwebextensioncontext/isinspectable
---

# isInspectable

Determines whether Web Inspector can inspect the WKWebView instances for this context.

## Declaration

```swift
var isInspectable: Bool { get set }
```

## Discussion

Discussion A context can control multiple WKWebView instances, from the background content, to the popover. You should set this to YES when needed for debugging purposes. The default value is NO.
