Uses of Class
org.openqa.selenium.devtools.v85.debugger.Debugger.ExecuteWasmEvaluatorResponse
Packages that use Debugger.ExecuteWasmEvaluatorResponse
-
Uses of Debugger.ExecuteWasmEvaluatorResponse in org.openqa.selenium.devtools.v85.debugger
Methods in org.openqa.selenium.devtools.v85.debugger that return types with arguments of type Debugger.ExecuteWasmEvaluatorResponseModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Debugger.ExecuteWasmEvaluatorResponse>Debugger.executeWasmEvaluator(CallFrameId callFrameId, String evaluator, Optional<TimeDelta> timeout) Execute a Wasm Evaluator module on a given call frame.