Table of Contents

Class GetNavigationHistoryCommandResponse

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

Response for GetNavigationHistory

public sealed class GetNavigationHistoryCommandResponse : ICommandResponse<GetNavigationHistoryCommandSettings>, ICommandResponse
Inheritance
GetNavigationHistoryCommandResponse
Implements
Inherited Members
Extension Methods

Properties

CurrentIndex

Gets or sets the currentIndex

[JsonPropertyName("currentIndex")]
public long CurrentIndex { get; set; }

Property Value

long

Entries

Gets or sets the entries

[JsonPropertyName("entries")]
public NavigationEntry[] Entries { get; set; }

Property Value

NavigationEntry[]