Class PictureTile
- java.lang.Object
-
- org.openqa.selenium.devtools.v112.layertree.model.PictureTile
-
public class PictureTile extends java.lang.Object
Serialized 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.String
getPicture()
Base64-encoded snapshot data.java.lang.Number
getX()
Offset from owning layer left boundaryjava.lang.Number
getY()
Offset from owning layer top boundary
-