Class DevToolsOptions
Contains options configuring the DevTools session.
public class DevToolsOptions
- Inheritance
-
DevToolsOptions
- Inherited Members
Properties
ProtocolVersion
The specific version of the Developer Tools debugging protocol to use. If left NULL the protocol version will be determined automatically based on the browser version.
public int? ProtocolVersion { get; set; }
Property Value
- int?
WaitForDebuggerOnStart
Enables or disables waiting for the debugger when creating a new target. By default WaitForDebuggerOnStart is disabled. If enabled, all targets will be halted until the runtime.runIfWaitingForDebugger is invoked.
public bool WaitForDebuggerOnStart { get; set; }