Uses of Class
org.openqa.selenium.devtools.runtime.model.TimeDelta
-
Packages that use TimeDelta Package Description org.openqa.selenium.devtools.debugger -
-
Uses of TimeDelta in org.openqa.selenium.devtools.debugger
Method parameters in org.openqa.selenium.devtools.debugger with type arguments of type TimeDelta Modifier and Type Method Description static Command<Debugger.ExecuteWasmEvaluatorResponse>
Debugger. executeWasmEvaluator(CallFrameId callFrameId, java.lang.String evaluator, java.util.Optional<TimeDelta> timeout)
Execute a Wasm Evaluator module on a given call frame.
-