Class PictureTile
- java.lang.Object
-
- org.openqa.selenium.devtools.v85.layertree.model.PictureTile
-
public class PictureTile extends java.lang.ObjectSerialized fragment of layer picture along with its offset within the layer.
-
-
Constructor Summary
Constructors Constructor Description PictureTile(java.lang.Number x, java.lang.Number y, java.lang.String picture)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetPicture()Base64-encoded snapshot data.java.lang.NumbergetX()Offset from owning layer left boundaryjava.lang.NumbergetY()Offset from owning layer top boundary
-