Uses of Class
org.openqa.selenium.devtools.v95.runtime.model.RemoteObject.Subtype
-
Packages that use RemoteObject.Subtype Package Description org.openqa.selenium.devtools.v95.runtime.model -
-
Uses of RemoteObject.Subtype in org.openqa.selenium.devtools.v95.runtime.model
Methods in org.openqa.selenium.devtools.v95.runtime.model that return RemoteObject.Subtype Modifier and Type Method Description static RemoteObject.SubtypeRemoteObject.Subtype. fromString(java.lang.String s)static RemoteObject.SubtypeRemoteObject.Subtype. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RemoteObject.Subtype[]RemoteObject.Subtype. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openqa.selenium.devtools.v95.runtime.model that return types with arguments of type RemoteObject.Subtype Modifier and Type Method Description java.util.Optional<RemoteObject.Subtype>RemoteObject. getSubtype()Object subtype hint.Constructor parameters in org.openqa.selenium.devtools.v95.runtime.model with type arguments of type RemoteObject.Subtype Constructor Description RemoteObject(RemoteObject.Type type, java.util.Optional<RemoteObject.Subtype> subtype, java.util.Optional<java.lang.String> className, java.util.Optional<java.lang.Object> value, java.util.Optional<UnserializableValue> unserializableValue, java.util.Optional<java.lang.String> description, java.util.Optional<RemoteObjectId> objectId, java.util.Optional<ObjectPreview> preview, java.util.Optional<CustomPreview> customPreview)
-