Uses of Class
org.openqa.selenium.devtools.v141.overlay.model.SourceOrderConfig
Packages that use SourceOrderConfig
-
Uses of SourceOrderConfig in org.openqa.selenium.devtools.v141.overlay
Methods in org.openqa.selenium.devtools.v141.overlay with parameters of type SourceOrderConfigModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> Overlay.highlightSourceOrder(SourceOrderConfig sourceOrderConfig, Optional<NodeId> nodeId, Optional<BackendNodeId> backendNodeId, Optional<RemoteObjectId> objectId) Highlights the source order of the children of the DOM node with given id or with the given JavaScript object wrapper.