Uses of Class
org.openqa.selenium.devtools.runtime.model.CustomPreview
-
Packages that use CustomPreview Package Description org.openqa.selenium.devtools.runtime.model -
-
Uses of CustomPreview in org.openqa.selenium.devtools.runtime.model
Methods in org.openqa.selenium.devtools.runtime.model that return CustomPreview Modifier and Type Method Description CustomPreview
RemoteObject. getCustomPreview()
Constructors in org.openqa.selenium.devtools.runtime.model with parameters of type CustomPreview 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)
-