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