Table of Contents

Enum InvocationStatus

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

Represents the status of a tool invocation.

[JsonConverter(typeof(JsonStringEnumConverter<InvocationStatus>))]
public enum InvocationStatus

Fields

Canceled = 1
Completed = 0
Error = 2