<!--
{
  "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/WKWebExtensionController/didOpenTab(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "WebKit"
    ],
    "preciseIdentifier" : "c:objc(cs)WKWebExtensionController(im)didOpenTab:"
  },
  "title" : "didOpenTab(_:)"
}
-->

# didOpenTab(_:)

Should be called by the app when a new tab is opened to fire appropriate events with all loaded web extensions.

```
func didOpenTab(_ newTab: any WKWebExtensionTab)
```

## Parameters

`newTab`

The newly opened tab.

## Discussion

This method informs all loaded extensions of the opening of a new tab, ensuring consistent understanding across extensions.

If the intention is to inform only a specific extension, you should use the respective method on that extension’s context instead.

## See Also

[`didCloseTab(_:windowIsClosing:)`](/documentation/WebKit/WKWebExtensionController/didCloseTab(_:windowIsClosing:))

Should be called by the app when a tab is closed to fire appropriate events with all loaded web extensions.



---

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)