<!--
{
  "availability" : [
    "macOS: 10.3.0 - 10.14.0"
  ],
  "documentType" : "symbol",
  "framework" : "WebKit",
  "identifier" : "/documentation/WebKit/WebNavigationType",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "WebKit"
    ],
    "preciseIdentifier" : "c:@E@WebNavigationType"
  },
  "title" : "WebNavigationType"
}
-->

# WebNavigationType

Possible values for the [`WebActionNavigationTypeKey`](/documentation/WebKit/WebActionNavigationTypeKey) key that appears in an action dictionary.

```
enum WebNavigationType
```

## Topics

### Constants

[`WebNavigationType.linkClicked`](/documentation/WebKit/WebNavigationType/linkClicked)

A link (an `href`) was clicked.

[`WebNavigationType.formSubmitted`](/documentation/WebKit/WebNavigationType/formSubmitted)

A form was submitted.

[`WebNavigationType.backForward`](/documentation/WebKit/WebNavigationType/backForward)

The user clicked back or forward button.

[`WebNavigationType.reload`](/documentation/WebKit/WebNavigationType/reload)

The user hit the reload button.

[`WebNavigationType.formResubmitted`](/documentation/WebKit/WebNavigationType/formResubmitted)

A form was resubmitted (through a back, forward or reload action).

[`WebNavigationType.other`](/documentation/WebKit/WebNavigationType/other)

Navigation is taking place for some other reason.



---

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)