Uses of Enum Class
org.openqa.selenium.devtools.v141.runtime.model.RemoteObject.Type
Packages that use RemoteObject.Type
-
Uses of RemoteObject.Type in org.openqa.selenium.devtools.v141.runtime.model
Methods in org.openqa.selenium.devtools.v141.runtime.model that return RemoteObject.TypeModifier and TypeMethodDescriptionstatic RemoteObject.TypeRemoteObject.Type.fromString(String s) RemoteObject.getType()Object type.static RemoteObject.TypeReturns the enum constant of this class with the specified name.static RemoteObject.Type[]RemoteObject.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v141.runtime.model with parameters of type RemoteObject.TypeModifierConstructorDescriptionRemoteObject(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)