Table of Contents

Class PauseOnAsyncCallCommandSettings

Namespace
OpenQA.Selenium.DevTools.V130.Debugger
Assembly
WebDriver.dll

PauseOnAsyncCall

public sealed class PauseOnAsyncCallCommandSettings : ICommand
Inheritance
PauseOnAsyncCallCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

ParentStackTraceId

Gets or sets the parentStackTraceId

[JsonPropertyName("parentStackTraceId")]
public StackTraceId ParentStackTraceId { get; set; }

Property Value

StackTraceId