Class V141Domains
Class containing the domain implementation for version 141 of the DevTools Protocol.
public class V141Domains : DevToolsDomains- Inheritance
- 
      
      
      V141Domains
- Inherited Members
Constructors
V141Domains(DevToolsSession)
Initializes a new instance of the V141Domains class.
public V141Domains(DevToolsSession session)Parameters
- sessionDevToolsSession
- The DevToolsSession to use with this set of domains. 
Exceptions
- ArgumentNullException
- If - sessionis null.
Properties
DevToolsVersion
Gets the DevTools Protocol version for which this class is valid.
public static int DevToolsVersion { get; }Property Value
JavaScript
Gets the object used for manipulating the browser's JavaScript execution.
public override JavaScript JavaScript { get; }Property Value
Log
Gets the object used for manipulating the browser's logs.
public override Log Log { get; }Property Value
Network
Gets the object used for manipulating network information in the browser.
public override Network Network { get; }Property Value
Target
Gets the object used for manipulating DevTools Protocol targets.
public override Target Target { get; }Property Value
VersionSpecificDomains
Gets the version-specific domains for the DevTools session. This value must be cast to a version specific type to be at all useful.
public override DevToolsSessionDomains VersionSpecificDomains { get; }