Table of Contents

Class NavigationEntry

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

NavigationEntry

public sealed class NavigationEntry
Inheritance
NavigationEntry
Inherited Members

Properties

Id

id

[JsonPropertyName("id")]
public long Id { get; set; }

Property Value

long

Title

title

[JsonPropertyName("title")]
public string Title { get; set; }

Property Value

string

TransitionType

transitionType

[JsonPropertyName("transitionType")]
public TransitionType TransitionType { get; set; }

Property Value

TransitionType

Url

url

[JsonPropertyName("url")]
public string Url { get; set; }

Property Value

string

UserTypedURL

userTypedURL

[JsonPropertyName("userTypedURL")]
public string UserTypedURL { get; set; }

Property Value

string