Table of Contents

Class GetExceptionDetailsCommandSettings

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

This method tries to lookup and populate exception details for a JavaScript Error object. Note that the stackTrace portion of the resulting exceptionDetails will only be populated if the Runtime domain was enabled at the time when the Error was thrown.

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

The error object for which to resolve the exception details.

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

Property Value

string