Table of Contents

Class RemovedTool

Namespace
OpenQA.Selenium.DevTools.V150.WebMCP
Assembly
Selenium.WebDriver.dll

Definition of a tool that was removed.

public sealed class RemovedTool
Inheritance
RemovedTool
Inherited Members

Properties

FrameId

Frame identifier associated with the tool registration.

[JsonPropertyName("frameId")]
public string FrameId { get; set; }

Property Value

string

Name

Tool name.

[JsonPropertyName("name")]
public string Name { get; set; }

Property Value

string