Uses of Class
org.openqa.selenium.devtools.v119.runtime.Runtime.CallFunctionOnResponse
Packages that use Runtime.CallFunctionOnResponse
-
Uses of Runtime.CallFunctionOnResponse in org.openqa.selenium.devtools.v119.runtime
Methods in org.openqa.selenium.devtools.v119.runtime that return types with arguments of type Runtime.CallFunctionOnResponseModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Runtime.CallFunctionOnResponse>
Runtime.callFunctionOn
(String functionDeclaration, Optional<RemoteObjectId> objectId, Optional<List<CallArgument>> arguments, Optional<Boolean> silent, Optional<Boolean> returnByValue, Optional<Boolean> generatePreview, Optional<Boolean> userGesture, Optional<Boolean> awaitPromise, Optional<ExecutionContextId> executionContextId, Optional<String> objectGroup, Optional<Boolean> throwOnSideEffect, Optional<String> uniqueContextId, Optional<SerializationOptions> serializationOptions) Calls function with given declaration on the given object.