Table of Contents

Class V131Domains

Namespace
OpenQA.Selenium.DevTools.V131
Assembly
WebDriver.dll

Class containing the domain implementation for version 131 of the DevTools Protocol.

public class V131Domains : DevToolsDomains
Inheritance
V131Domains
Inherited Members

Constructors

V131Domains(DevToolsSession)

Initializes a new instance of the V131Domains class.

public V131Domains(DevToolsSession session)

Parameters

session DevToolsSession

The DevToolsSession to use with this set of domains.

Properties

DevToolsVersion

Gets the DevTools Protocol version for which this class is valid.

public static int DevToolsVersion { get; }

Property Value

int

JavaScript

Gets the object used for manipulating the browser's JavaScript execution.

public override JavaScript JavaScript { get; }

Property Value

JavaScript

Log

Gets the object used for manipulating the browser's logs.

public override Log Log { get; }

Property Value

Log

Network

Gets the object used for manipulating network information in the browser.

public override Network Network { get; }

Property Value

Network

Target

Gets the object used for manipulating DevTools Protocol targets.

public override Target Target { get; }

Property Value

Target

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; }

Property Value

DevToolsSessionDomains