<!--
{
  "availability" : [
    "macOS: 10.3.0 - 10.14.0"
  ],
  "documentType" : "symbol",
  "framework" : "WebKit",
  "identifier" : "/documentation/WebKit/WebFrameLoadDelegate/webView(_:didFinishLoadFor:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "WebKit"
    ],
    "preciseIdentifier" : "c:objc(pl)WebFrameLoadDelegate(im)webView:didFinishLoadForFrame:"
  },
  "title" : "webView(_:didFinishLoadFor:)"
}
-->

# webView(_:didFinishLoadFor:)

Called when a page load completes.

```
optional func webView(_ sender: WebView!, didFinishLoadFor frame: WebFrame!)
```

## Parameters

`sender`

The web view containing the frame.

`frame`

The frame being loaded.

## Discussion

This method is invoked when a location request for `frame` has completed; that is, when all the resources are done loading. Additional information about the request can be obtained from the data source of `frame`.

## See Also

[`webView(_:didStartProvisionalLoadFor:)`](/documentation/WebKit/WebFrameLoadDelegate/webView(_:didStartProvisionalLoadFor:))

Called when a page load is in progress in a given frame.



---

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)