Uses of Class
org.openqa.selenium.devtools.runtime.model.PropertyDescriptor
-
Packages that use PropertyDescriptor Package Description org.openqa.selenium.devtools.runtime -
-
Uses of PropertyDescriptor in org.openqa.selenium.devtools.runtime
Methods in org.openqa.selenium.devtools.runtime that return types with arguments of type PropertyDescriptor Modifier and Type Method Description java.util.List<PropertyDescriptor>Runtime.GetPropertiesResponse. getResult()Object properties.Constructor parameters in org.openqa.selenium.devtools.runtime with type arguments of type PropertyDescriptor 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)
-