Table of Contents

Class GetExceptionDetailsCommandSettings

Namespace
OpenQA.Selenium.DevTools.V132.Runtime
Assembly
WebDriver.dll

GetExceptionDetails

public sealed class GetExceptionDetailsCommandSettings : ICommand
Inheritance
GetExceptionDetailsCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

ErrorObjectId

Gets or sets the errorObjectId

[JsonPropertyName("errorObjectId")]
public string ErrorObjectId { get; set; }

Property Value

string