Table of Contents

Class SetBreakpointOnFunctionCallCommandSettings

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

SetBreakpointOnFunctionCall

public sealed class SetBreakpointOnFunctionCallCommandSettings : ICommand
Inheritance
SetBreakpointOnFunctionCallCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Condition

Gets or sets the condition

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

Property Value

string

ObjectId

Gets or sets the objectId

[JsonPropertyName("objectId")]
public string ObjectId { get; set; }

Property Value

string