Table of Contents

Class SetBreakpointOnFunctionCallCommandResponse

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

Response for Sets JavaScript breakpoint before each call to the given function. If another function was created from the same source as a given one, calling it will also trigger the breakpoint.

public sealed class SetBreakpointOnFunctionCallCommandResponse : ICommandResponse<SetBreakpointOnFunctionCallCommandSettings>, ICommandResponse
Inheritance
SetBreakpointOnFunctionCallCommandResponse
Implements
Inherited Members
Extension Methods

Properties

BreakpointId

Id of the created breakpoint for further reference.

[JsonPropertyName("breakpointId")]
public string BreakpointId { get; set; }

Property Value

string