Uses of Class
org.openqa.selenium.devtools.v141.layertree.model.SnapshotId
Packages that use SnapshotId
-
Uses of SnapshotId in org.openqa.selenium.devtools.v141.layertree
Methods in org.openqa.selenium.devtools.v141.layertree that return types with arguments of type SnapshotIdModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<SnapshotId> LayerTree.loadSnapshot(List<PictureTile> tiles) Returns the snapshot identifier.static org.openqa.selenium.devtools.Command<SnapshotId> LayerTree.makeSnapshot(LayerId layerId) Returns the layer snapshot identifier.Methods in org.openqa.selenium.devtools.v141.layertree with parameters of type SnapshotIdModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<List<PaintProfile>> LayerTree.profileSnapshot(SnapshotId snapshotId, Optional<Integer> minRepeatCount, Optional<Number> minDuration, Optional<Rect> clipRect) static org.openqa.selenium.devtools.Command<Void> LayerTree.releaseSnapshot(SnapshotId snapshotId) Releases layer snapshot captured by the back-end.static org.openqa.selenium.devtools.Command<String> LayerTree.replaySnapshot(SnapshotId snapshotId, Optional<Integer> fromStep, Optional<Integer> toStep, Optional<Number> scale) Replays the layer snapshot and returns the resulting bitmap.LayerTree.snapshotCommandLog(SnapshotId snapshotId) Replays the layer snapshot and returns canvas log.