java.lang.Object
org.openqa.selenium.devtools.v85.layertree.model.PictureTile

public class PictureTile extends Object
Serialized fragment of layer picture along with its offset within the layer.
  • Constructor Details

  • Method Details

    • getX

      public Number getX()
      Offset from owning layer left boundary
    • getY

      public Number getY()
      Offset from owning layer top boundary
    • getPicture

      public String getPicture()
      Base64-encoded snapshot data.