Uses of Class
org.openqa.selenium.devtools.v141.heapprofiler.model.HeapSnapshotObjectId
Packages that use HeapSnapshotObjectId
-
Uses of HeapSnapshotObjectId in org.openqa.selenium.devtools.v141.heapprofiler
Methods in org.openqa.selenium.devtools.v141.heapprofiler that return types with arguments of type HeapSnapshotObjectIdModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<HeapSnapshotObjectId> HeapProfiler.getHeapObjectId(RemoteObjectId objectId) Methods in org.openqa.selenium.devtools.v141.heapprofiler with parameters of type HeapSnapshotObjectIdModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> HeapProfiler.addInspectedHeapObject(HeapSnapshotObjectId heapObjectId) Enables console to refer to the node with given id via $x (see Command Line API for more details $x functions).static org.openqa.selenium.devtools.Command<RemoteObject> HeapProfiler.getObjectByHeapObjectId(HeapSnapshotObjectId objectId, Optional<String> objectGroup)