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