Class Runtime.GetPropertiesResponse
java.lang.Object
org.openqa.selenium.devtools.v123.runtime.Runtime.GetPropertiesResponse
- Enclosing class:
- Runtime
-
Constructor Summary
ConstructorsConstructorDescriptionGetPropertiesResponse
(List<PropertyDescriptor> result, Optional<List<InternalPropertyDescriptor>> internalProperties, Optional<List<PrivatePropertyDescriptor>> privateProperties, Optional<ExceptionDetails> exceptionDetails) -
Method Summary
Modifier and TypeMethodDescriptionException details.Internal object properties (only of the element itself).Object private properties.Object properties.
-
Constructor Details
-
GetPropertiesResponse
public GetPropertiesResponse(List<PropertyDescriptor> result, Optional<List<InternalPropertyDescriptor>> internalProperties, Optional<List<PrivatePropertyDescriptor>> privateProperties, Optional<ExceptionDetails> exceptionDetails)
-
-
Method Details
-
getResult
Object properties. -
getInternalProperties
Internal object properties (only of the element itself). -
getPrivateProperties
Object private properties. -
getExceptionDetails
Exception details.
-