Uses of Enum Class
org.openqa.selenium.devtools.v133.debugger.Debugger.RestartFrameMode
Packages that use Debugger.RestartFrameMode
-
Uses of Debugger.RestartFrameMode in org.openqa.selenium.devtools.v133.debugger
Methods in org.openqa.selenium.devtools.v133.debugger that return Debugger.RestartFrameModeModifier and TypeMethodDescriptionstatic Debugger.RestartFrameMode
Debugger.RestartFrameMode.fromString
(String s) static Debugger.RestartFrameMode
Returns 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.v133.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.