Table of Contents

Class PauseOnAsyncCallCommandSettings

Namespace
OpenQA.Selenium.DevTools.V146.Debugger
Assembly
Selenium.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

Debugger will pause when async call with given stack trace is started.

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

Property Value

StackTraceId