Table of Contents

Class NavigateCommandSettings

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

Navigate

public sealed class NavigateCommandSettings : ICommand
Inheritance
NavigateCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

FrameId

Gets or sets the frameId

[JsonPropertyName("frameId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string FrameId { get; set; }

Property Value

string

Referrer

Gets or sets the referrer

[JsonPropertyName("referrer")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Referrer { get; set; }

Property Value

string

ReferrerPolicy

Gets or sets the referrerPolicy

[JsonPropertyName("referrerPolicy")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ReferrerPolicy? ReferrerPolicy { get; set; }

Property Value

ReferrerPolicy?

TransitionType

Gets or sets the transitionType

[JsonPropertyName("transitionType")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public TransitionType? TransitionType { get; set; }

Property Value

TransitionType?

Url

Gets or sets the url

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

Property Value

string