Uses of Class
org.openqa.selenium.devtools.v139.debugger.Debugger.RestartFrameResponse
Packages that use Debugger.RestartFrameResponse
- 
Uses of Debugger.RestartFrameResponse in org.openqa.selenium.devtools.v139.debugger
Methods in org.openqa.selenium.devtools.v139.debugger that return types with arguments of type Debugger.RestartFrameResponseModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Debugger.RestartFrameResponse> Debugger.restartFrame(CallFrameId callFrameId, Optional<Debugger.RestartFrameMode> mode) Restarts particular call frame from the beginning.