java.lang.Object
org.openqa.selenium.devtools.v115.emulation.model.DisplayFeature

public class DisplayFeature extends Object
  • Constructor Details

  • Method Details

    • getOrientation

      public DisplayFeature.Orientation getOrientation()
      Orientation of a display feature in relation to screen
    • getOffset

      public Integer getOffset()
      The offset from the screen origin in either the x (for vertical orientation) or y (for horizontal orientation) direction.
    • getMaskLength

      public Integer getMaskLength()
      A display feature may mask content such that it is not physically displayed - this length along with the offset describes this area. A display feature that only splits content will have a 0 mask_length.