Table of Contents

Class ToolInvokedEventArgs

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

Event fired when a tool invocation starts.

public sealed class ToolInvokedEventArgs : EventArgs
Inheritance
ToolInvokedEventArgs
Inherited Members

Properties

FrameId

Frame id

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

Property Value

string

Input

The input parameters used for the invocation.

[JsonPropertyName("input")]
public string Input { get; set; }

Property Value

string

InvocationId

Invocation identifier.

[JsonPropertyName("invocationId")]
public string InvocationId { get; set; }

Property Value

string

ToolName

Name of the tool to invoke.

[JsonPropertyName("toolName")]
public string ToolName { get; set; }

Property Value

string