Table of Contents

Class InspectorAdapter

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

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

public class InspectorAdapter
Inheritance
InspectorAdapter
Inherited Members

Constructors

InspectorAdapter(IDevToolsSession)

Initializes a new instance of the InspectorAdapter class.

public InspectorAdapter(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

Disable(DisableCommandSettings, CancellationToken, int?, bool)

disable

public Task<DisableCommandResponse> Disable(DisableCommandSettings command = null, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)

Parameters

command DisableCommandSettings
cancellationToken CancellationToken
millisecondsTimeout int?
throwExceptionIfResponseNotReceived bool

Returns

Task<DisableCommandResponse>

Enable(EnableCommandSettings, CancellationToken, int?, bool)

enable

public Task<EnableCommandResponse> Enable(EnableCommandSettings command = null, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)

Parameters

command EnableCommandSettings
cancellationToken CancellationToken
millisecondsTimeout int?
throwExceptionIfResponseNotReceived bool

Returns

Task<EnableCommandResponse>

Events

Detached

detached

public event EventHandler<DetachedEventArgs> Detached

Event Type

EventHandler<DetachedEventArgs>

TargetCrashed

targetCrashed

public event EventHandler<TargetCrashedEventArgs> TargetCrashed

Event Type

EventHandler<TargetCrashedEventArgs>

TargetReloadedAfterCrash

targetReloadedAfterCrash

public event EventHandler<TargetReloadedAfterCrashEventArgs> TargetReloadedAfterCrash

Event Type

EventHandler<TargetReloadedAfterCrashEventArgs>