Table of Contents

Class SchemaAdapter

Namespace
OpenQA.Selenium.DevTools.V132.Schema
Assembly
WebDriver.dll

Represents an adapter for the Schema domain to simplify the command interface.

public class SchemaAdapter
Inheritance
SchemaAdapter
Inherited Members

Constructors

SchemaAdapter(IDevToolsSession)

Initializes a new instance of the SchemaAdapter class.

public SchemaAdapter(IDevToolsSession session)

Parameters

session IDevToolsSession

The IDevToolsSession to be used with this adapter.

Properties

Session

Gets the DevToolsSession associated with the adapter.

public IDevToolsSession Session { get; }

Property Value

IDevToolsSession

Methods

GetDomains(GetDomainsCommandSettings, CancellationToken, int?, bool)

getDomains

public Task<GetDomainsCommandResponse> GetDomains(GetDomainsCommandSettings command = null, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)

Parameters

command GetDomainsCommandSettings
cancellationToken CancellationToken
millisecondsTimeout int?
throwExceptionIfResponseNotReceived bool

Returns

Task<GetDomainsCommandResponse>