Table of Contents

Class CancelInvocationCommandSettings

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

Cancels a pending tool invocation.

public sealed class CancelInvocationCommandSettings : ICommand
Inheritance
CancelInvocationCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

InvocationId

Invocation identifier to cancel.

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

Property Value

string