Uses of Class
org.openqa.selenium.devtools.v141.runtime.model.InternalPropertyDescriptor
Packages that use InternalPropertyDescriptor
-
Uses of InternalPropertyDescriptor in org.openqa.selenium.devtools.v141.runtime
Methods in org.openqa.selenium.devtools.v141.runtime that return types with arguments of type InternalPropertyDescriptorModifier and TypeMethodDescriptionRuntime.GetPropertiesResponse.getInternalProperties()Internal object properties (only of the element itself).Constructor parameters in org.openqa.selenium.devtools.v141.runtime with type arguments of type InternalPropertyDescriptorModifierConstructorDescriptionGetPropertiesResponse(List<PropertyDescriptor> result, Optional<List<InternalPropertyDescriptor>> internalProperties, Optional<List<PrivatePropertyDescriptor>> privateProperties, Optional<ExceptionDetails> exceptionDetails)