Uses of Class
org.openqa.selenium.devtools.v96.overlay.model.SourceOrderConfig
-
Packages that use SourceOrderConfig Package Description org.openqa.selenium.devtools.v96.overlay -
-
Uses of SourceOrderConfig in org.openqa.selenium.devtools.v96.overlay
Methods in org.openqa.selenium.devtools.v96.overlay with parameters of type SourceOrderConfig Modifier and Type Method Description static org.openqa.selenium.devtools.Command<java.lang.Void>Overlay. highlightSourceOrder(SourceOrderConfig sourceOrderConfig, java.util.Optional<NodeId> nodeId, java.util.Optional<BackendNodeId> backendNodeId, java.util.Optional<RemoteObjectId> objectId)Highlights the source order of the children of the DOM node with given id or with the given JavaScript object wrapper.
-