RestartFrameMode Enumeration |
Version 130.1.90
The `mode` parameter must be present and set to 'StepInto', otherwise
`restartFrame` will error out.
Namespace: CefSharp.DevTools.DebuggerAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public enum RestartFrameMode
public enum class RestartFrameMode
Members Member name | Value | Description |
---|
StepInto | 0 |
StepInto
|
See Also