Table of Contents

Enum NavigationType

Namespace
OpenQA.Selenium.DevTools.V148.Page
Assembly
Selenium.WebDriver.dll

The type of a frameNavigated event.

[JsonConverter(typeof(JsonEnumMemberConverter<NavigationType>))]
public enum NavigationType

Fields

[EnumMember(Value = "BackForwardCacheRestore")] BackForwardCacheRestore = 1

Enumerated member for the BackForwardCacheRestore value.

[EnumMember(Value = "Navigation")] Navigation = 0

Enumerated member for the Navigation value.