Uses of Enum Class
org.openqa.selenium.devtools.v150.webmcp.model.InvocationStatus
Packages that use InvocationStatus
-
Uses of InvocationStatus in org.openqa.selenium.devtools.v150.webmcp.model
Subclasses with type arguments of type InvocationStatus in org.openqa.selenium.devtools.v150.webmcp.modelModifier and TypeClassDescriptionenumRepresents the status of a tool invocation.Methods in org.openqa.selenium.devtools.v150.webmcp.model that return InvocationStatusModifier and TypeMethodDescriptionstatic InvocationStatusInvocationStatus.fromString(String s) ToolResponded.getStatus()Status of the invocation.static InvocationStatusReturns the enum constant of this class with the specified name.static InvocationStatus[]InvocationStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v150.webmcp.model with parameters of type InvocationStatusModifierConstructorDescriptionToolResponded(String invocationId, InvocationStatus status, Optional<Object> output, Optional<String> errorText, Optional<RemoteObject> exception)