Uses of Class
org.openqa.selenium.devtools.v112.runtime.Runtime.GetPropertiesResponse
-
Packages that use Runtime.GetPropertiesResponse Package Description org.openqa.selenium.devtools.v112.runtime -
-
Uses of Runtime.GetPropertiesResponse in org.openqa.selenium.devtools.v112.runtime
Methods in org.openqa.selenium.devtools.v112.runtime that return types with arguments of type Runtime.GetPropertiesResponse Modifier and Type Method Description static org.openqa.selenium.devtools.Command<Runtime.GetPropertiesResponse>
Runtime. getProperties(RemoteObjectId objectId, java.util.Optional<java.lang.Boolean> ownProperties, java.util.Optional<java.lang.Boolean> accessorPropertiesOnly, java.util.Optional<java.lang.Boolean> generatePreview, java.util.Optional<java.lang.Boolean> nonIndexedPropertiesOnly)
Returns properties of a given object.
-