Uses of Enum Class
org.openqa.selenium.devtools.v148.webmcp.model.InvocationStatus
Packages that use InvocationStatus
-
Uses of InvocationStatus in org.openqa.selenium.devtools.v148.webmcp.model
Methods in org.openqa.selenium.devtools.v148.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.v148.webmcp.model with parameters of type InvocationStatusModifierConstructorDescriptionToolResponded(String invocationId, InvocationStatus status, Optional<Object> output, Optional<String> errorText, Optional<RemoteObject> exception)