Uses of Class
org.openqa.selenium.devtools.v126.runtime.Runtime.GetPropertiesResponse
Packages that use Runtime.GetPropertiesResponse
-
Uses of Runtime.GetPropertiesResponse in org.openqa.selenium.devtools.v126.runtime
Methods in org.openqa.selenium.devtools.v126.runtime that return types with arguments of type Runtime.GetPropertiesResponseModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Runtime.GetPropertiesResponse>
Runtime.getProperties
(RemoteObjectId objectId, Optional<Boolean> ownProperties, Optional<Boolean> accessorPropertiesOnly, Optional<Boolean> generatePreview, Optional<Boolean> nonIndexedPropertiesOnly) Returns properties of a given object.