Table of Contents

Class NavigateToHistoryEntryCommandSettings

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

Navigates current page to the given history entry.

public sealed class NavigateToHistoryEntryCommandSettings : ICommand
Inheritance
NavigateToHistoryEntryCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

EntryId

Unique id of the entry to navigate to.

[JsonPropertyName("entryId")]
public long EntryId { get; set; }

Property Value

long