Uses of Class
org.openqa.selenium.devtools.v111.runtime.model.InternalPropertyDescriptor
-
Packages that use InternalPropertyDescriptor Package Description org.openqa.selenium.devtools.v111.runtime -
-
Uses of InternalPropertyDescriptor in org.openqa.selenium.devtools.v111.runtime
Methods in org.openqa.selenium.devtools.v111.runtime that return types with arguments of type InternalPropertyDescriptor Modifier and Type Method Description java.util.Optional<java.util.List<InternalPropertyDescriptor>>Runtime.GetPropertiesResponse. getInternalProperties()Internal object properties (only of the element itself).Constructor parameters in org.openqa.selenium.devtools.v111.runtime with type arguments of type InternalPropertyDescriptor Constructor Description GetPropertiesResponse(java.util.List<PropertyDescriptor> result, java.util.Optional<java.util.List<InternalPropertyDescriptor>> internalProperties, java.util.Optional<java.util.List<PrivatePropertyDescriptor>> privateProperties, java.util.Optional<ExceptionDetails> exceptionDetails)
-