Table of Contents

Class RemovedTool

Namespace
Selenium.WebDriver.BiDi.Cdp.WebMCP
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Definition of a tool that was removed.

public sealed record RemovedTool : IEquatable<RemovedTool>
Inheritance
RemovedTool
Implements
Inherited Members

Constructors

RemovedTool(string, FrameId)

Definition of a tool that was removed.

public RemovedTool(string Name, FrameId FrameId)

Parameters

Name string

Tool name.

FrameId FrameId

Frame identifier associated with the tool registration.

Properties

FrameId

Frame identifier associated with the tool registration.

public FrameId FrameId { get; init; }

Property Value

FrameId

Name

Tool name.

public string Name { get; init; }

Property Value

string