Uses of Class
org.openqa.selenium.devtools.overlay.model.HighlightConfig
-
Packages that use HighlightConfig Package Description org.openqa.selenium.devtools.overlay -
-
Uses of HighlightConfig in org.openqa.selenium.devtools.overlay
Methods in org.openqa.selenium.devtools.overlay with parameters of type HighlightConfig Modifier and Type Method Description static 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.overlay with type arguments of type HighlightConfig Modifier and Type Method Description static Command<java.lang.Void>
Overlay. setInspectMode(InspectMode mode, java.util.Optional<HighlightConfig> highlightConfig)
Enters the 'inspect' mode.
-