Uses of Enum Class
org.openqa.selenium.devtools.v141.runtime.model.RemoteObject.Subtype
Packages that use RemoteObject.Subtype
-
Uses of RemoteObject.Subtype in org.openqa.selenium.devtools.v141.runtime.model
Methods in org.openqa.selenium.devtools.v141.runtime.model that return RemoteObject.SubtypeModifier and TypeMethodDescriptionstatic RemoteObject.SubtypeRemoteObject.Subtype.fromString(String s) static RemoteObject.SubtypeReturns the enum constant of this class with the specified name.static RemoteObject.Subtype[]RemoteObject.Subtype.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium.devtools.v141.runtime.model that return types with arguments of type RemoteObject.SubtypeConstructor parameters in org.openqa.selenium.devtools.v141.runtime.model with type arguments of type RemoteObject.SubtypeModifierConstructorDescriptionRemoteObject(RemoteObject.Type type, Optional<RemoteObject.Subtype> subtype, Optional<String> className, Optional<Object> value, Optional<UnserializableValue> unserializableValue, Optional<String> description, Optional<DeepSerializedValue> deepSerializedValue, Optional<RemoteObjectId> objectId, Optional<ObjectPreview> preview, Optional<CustomPreview> customPreview)