Uses of Class
org.openqa.selenium.devtools.runtime.model.RemoteObject.Subtype
-
Packages that use RemoteObject.Subtype Package Description org.openqa.selenium.devtools.runtime.model -
-
Uses of RemoteObject.Subtype in org.openqa.selenium.devtools.runtime.model
Methods in org.openqa.selenium.devtools.runtime.model that return RemoteObject.Subtype Modifier and Type Method Description static RemoteObject.SubtypeRemoteObject.Subtype. fromString(java.lang.String s)RemoteObject.SubtypeRemoteObject. getSubtype()Object subtype hint.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.Constructors in org.openqa.selenium.devtools.runtime.model with parameters of type RemoteObject.Subtype Constructor Description RemoteObject(RemoteObject.Type type, RemoteObject.Subtype subtype, java.lang.String className, java.util.Map<java.lang.String,java.lang.Object> value, UnserializableValue unserializableValue, java.lang.String description, RemoteObjectId objectId, ObjectPreview preview, CustomPreview customPreview)
-