Uses of Enum Class
org.openqa.selenium.devtools.v138.debugger.Debugger.RestartFrameMode
Packages that use Debugger.RestartFrameMode
-
Uses of Debugger.RestartFrameMode in org.openqa.selenium.devtools.v138.debugger
Methods in org.openqa.selenium.devtools.v138.debugger that return Debugger.RestartFrameModeModifier and TypeMethodDescriptionstatic Debugger.RestartFrameModeDebugger.RestartFrameMode.fromString(String s) static Debugger.RestartFrameModeReturns the enum constant of this class with the specified name.static Debugger.RestartFrameMode[]Debugger.RestartFrameMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in org.openqa.selenium.devtools.v138.debugger with type arguments of type Debugger.RestartFrameModeModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Debugger.RestartFrameResponse> Debugger.restartFrame(CallFrameId callFrameId, Optional<Debugger.RestartFrameMode> mode) Restarts particular call frame from the beginning.