Class Runtime.EvaluateResponse
java.lang.Object
org.openqa.selenium.devtools.v140.runtime.Runtime.EvaluateResponse
- Enclosing class:
 Runtime
- 
Constructor Summary
ConstructorsConstructorDescriptionEvaluateResponse(RemoteObject result, Optional<ExceptionDetails> exceptionDetails)  - 
Method Summary
Modifier and TypeMethodDescriptionException details.Evaluation result. 
- 
Constructor Details
- 
EvaluateResponse
 
 - 
 - 
Method Details
- 
getResult
Evaluation result. - 
getExceptionDetails
Exception details. 
 -