Class Runtime.AwaitPromiseResponse
java.lang.Object
org.openqa.selenium.devtools.v139.runtime.Runtime.AwaitPromiseResponse
- Enclosing class:
 Runtime
- 
Constructor Summary
ConstructorsConstructorDescriptionAwaitPromiseResponse(RemoteObject result, Optional<ExceptionDetails> exceptionDetails)  - 
Method Summary
Modifier and TypeMethodDescriptionException details if stack strace is available.Promise result. 
- 
Constructor Details
- 
AwaitPromiseResponse
 
 - 
 - 
Method Details
- 
getResult
Promise result. Will contain rejected value if promise was rejected. - 
getExceptionDetails
Exception details if stack strace is available. 
 -