Table of Contents

Class GetNavigationHistoryCommandResponse

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

Response for Returns navigation history for the current page.

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

Properties

CurrentIndex

Index of the current navigation history entry.

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

Property Value

long

Entries

Array of navigation history entries.

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

Property Value

NavigationEntry[]