Uses of Class
org.openqa.selenium.devtools.v96.heapprofiler.model.HeapSnapshotObjectId
-
Packages that use HeapSnapshotObjectId Package Description org.openqa.selenium.devtools.v96.heapprofiler -
-
Uses of HeapSnapshotObjectId in org.openqa.selenium.devtools.v96.heapprofiler
Methods in org.openqa.selenium.devtools.v96.heapprofiler that return types with arguments of type HeapSnapshotObjectId Modifier and Type Method Description static org.openqa.selenium.devtools.Command<HeapSnapshotObjectId>HeapProfiler. getHeapObjectId(RemoteObjectId objectId)Methods in org.openqa.selenium.devtools.v96.heapprofiler with parameters of type HeapSnapshotObjectId Modifier and Type Method Description static org.openqa.selenium.devtools.Command<java.lang.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, java.util.Optional<java.lang.String> objectGroup)
-