Table of Contents

Class InvokeToolCommandResponse

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

Response for Invokes a registered tool.

public sealed class InvokeToolCommandResponse : ICommandResponse<InvokeToolCommandSettings>, ICommandResponse
Inheritance
InvokeToolCommandResponse
Implements
Inherited Members
Extension Methods

Properties

InvocationId

Unique identifier for this invocation. Response is sent before tool events.

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

Property Value

string