Table of Contents

Class NavigateToHistoryEntryCommandSettings

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

NavigateToHistoryEntry

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

Gets or sets the entryId

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

Property Value

long