Class SimpleRegionByElement

  • All Implemented Interfaces:
    com.applitools.eyes.fluent.GetRegion

    public class SimpleRegionByElement
    extends Object
    implements com.applitools.eyes.fluent.GetRegion
    • Field Detail

      • element

        protected final org.openqa.selenium.WebElement element
      • padding

        protected final com.applitools.eyes.Padding padding
    • Constructor Detail

      • SimpleRegionByElement

        public SimpleRegionByElement​(org.openqa.selenium.WebElement element)
      • SimpleRegionByElement

        public SimpleRegionByElement​(org.openqa.selenium.WebElement element,
                                     com.applitools.eyes.Padding padding)
    • Method Detail

      • getElement

        public org.openqa.selenium.WebElement getElement()
      • getRegionId

        public String getRegionId()
      • getPadding

        public com.applitools.eyes.Padding getPadding()