Uses of Enum Class
org.openqa.selenium.devtools.v141.domdebugger.model.DOMBreakpointType
Packages that use DOMBreakpointType
Package
Description
-
Uses of DOMBreakpointType in org.openqa.selenium.devtools.v141.domdebugger
Methods in org.openqa.selenium.devtools.v141.domdebugger with parameters of type DOMBreakpointTypeModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> DOMDebugger.removeDOMBreakpoint(NodeId nodeId, DOMBreakpointType type) Removes DOM breakpoint that was set using `setDOMBreakpoint`.static org.openqa.selenium.devtools.Command<Void> DOMDebugger.setDOMBreakpoint(NodeId nodeId, DOMBreakpointType type) Sets breakpoint on particular operation with DOM. -
Uses of DOMBreakpointType in org.openqa.selenium.devtools.v141.domdebugger.model
Methods in org.openqa.selenium.devtools.v141.domdebugger.model that return DOMBreakpointTypeModifier and TypeMethodDescriptionstatic DOMBreakpointTypeDOMBreakpointType.fromString(String s) static DOMBreakpointTypeReturns the enum constant of this class with the specified name.static DOMBreakpointType[]DOMBreakpointType.values()Returns an array containing the constants of this enum class, in the order they are declared.