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