Table of Contents

Class NavigateCommandResponse

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

Response for Navigate

public sealed class NavigateCommandResponse : ICommandResponse<NavigateCommandSettings>, ICommandResponse
Inheritance
NavigateCommandResponse
Implements
Inherited Members
Extension Methods

Properties

ErrorText

Gets or sets the errorText

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

Property Value

string

FrameId

Gets or sets the frameId

[JsonPropertyName("frameId")]
public string FrameId { get; set; }

Property Value

string

LoaderId

Gets or sets the loaderId

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

Property Value

string