Uses of Class
org.openqa.selenium.devtools.v115.runtime.Runtime.AwaitPromiseResponse
Packages that use Runtime.AwaitPromiseResponse
-
Uses of Runtime.AwaitPromiseResponse in org.openqa.selenium.devtools.v115.runtime
Methods in org.openqa.selenium.devtools.v115.runtime that return types with arguments of type Runtime.AwaitPromiseResponseModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Runtime.AwaitPromiseResponse>
Runtime.awaitPromise
(RemoteObjectId promiseObjectId, Optional<Boolean> returnByValue, Optional<Boolean> generatePreview) Add handler to promise with given promise object id.