Table of Contents

Class GetExceptionDetailsCommandResponse

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

Response for GetExceptionDetails

public sealed class GetExceptionDetailsCommandResponse : ICommandResponse<GetExceptionDetailsCommandSettings>, ICommandResponse
Inheritance
GetExceptionDetailsCommandResponse
Implements
Inherited Members
Extension Methods

Properties

ExceptionDetails

Gets or sets the exceptionDetails

[JsonPropertyName("exceptionDetails")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ExceptionDetails ExceptionDetails { get; set; }

Property Value

ExceptionDetails