DOMDebuggerClientSetDOMBreakpointAsync Method |
Version 130.1.90
Sets breakpoint on particular operation with DOM.
Namespace: CefSharp.DevTools.DOMDebuggerAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<DevToolsMethodResponse> SetDOMBreakpointAsync(
int nodeId,
DOMBreakpointType type
)
public:
Task<DevToolsMethodResponse^>^ SetDOMBreakpointAsync(
int nodeId,
DOMBreakpointType type
)
Parameters
- nodeId Int32
- Identifier of the node to set breakpoint on.
- type DOMBreakpointType
- Type of the operation to stop upon.
Return Value
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also