Uses of Class
org.openqa.selenium.devtools.v107.overlay.model.HighlightConfig
-
Packages that use HighlightConfig Package Description org.openqa.selenium.devtools.v107.overlay -
-
Uses of HighlightConfig in org.openqa.selenium.devtools.v107.overlay
Methods in org.openqa.selenium.devtools.v107.overlay with parameters of type HighlightConfig Modifier and Type Method Description static org.openqa.selenium.devtools.Command<java.lang.Void>Overlay. highlightNode(HighlightConfig highlightConfig, java.util.Optional<NodeId> nodeId, java.util.Optional<BackendNodeId> backendNodeId, java.util.Optional<RemoteObjectId> objectId, java.util.Optional<java.lang.String> selector)Highlights DOM node with given id or with the given JavaScript object wrapper.Method parameters in org.openqa.selenium.devtools.v107.overlay with type arguments of type HighlightConfig Modifier and Type Method Description static org.openqa.selenium.devtools.Command<java.lang.Void>Overlay. setInspectMode(InspectMode mode, java.util.Optional<HighlightConfig> highlightConfig)Enters the 'inspect' mode.
-