Uses of Class
org.openqa.selenium.devtools.v85.debugger.model.ScriptPosition
Packages that use ScriptPosition
-
Uses of ScriptPosition in org.openqa.selenium.devtools.v85.debugger
Method parameters in org.openqa.selenium.devtools.v85.debugger with type arguments of type ScriptPositionModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void>Debugger.setBlackboxedRanges(ScriptId scriptId, List<ScriptPosition> positions) Makes backend skip steps in the script in blackboxed ranges.