Uses of Class
org.openqa.selenium.devtools.v112.runtime.Runtime.AwaitPromiseResponse
-
Packages that use Runtime.AwaitPromiseResponse Package Description org.openqa.selenium.devtools.v112.runtime -
-
Uses of Runtime.AwaitPromiseResponse in org.openqa.selenium.devtools.v112.runtime
Methods in org.openqa.selenium.devtools.v112.runtime that return types with arguments of type Runtime.AwaitPromiseResponse Modifier and Type Method Description static org.openqa.selenium.devtools.Command<Runtime.AwaitPromiseResponse>
Runtime. awaitPromise(RemoteObjectId promiseObjectId, java.util.Optional<java.lang.Boolean> returnByValue, java.util.Optional<java.lang.Boolean> generatePreview)
Add handler to promise with given promise object id.
-