Package com.applitools.eyes
Class LazyLoadOptions
- java.lang.Object
-
- com.applitools.eyes.LazyLoadOptions
-
public class LazyLoadOptions extends Object
lazy load options.
-
-
Constructor Summary
Constructors Constructor Description LazyLoadOptions()LazyLoadOptions(Integer scrollLength, Integer waitingTime, Integer pageHeight)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LazyLoadOptionsclone()IntegergetMaxAmountToScroll()IntegergetScrollLength()IntegergetWaitingTime()LazyLoadOptionsmaxAmountToScroll(Integer maxAmountToScroll)LazyLoadOptionsscrollLength(Integer scrollLength)LazyLoadOptionswaitingTime(Integer waitingTime)
-
-
-
Method Detail
-
clone
public LazyLoadOptions clone()
-
getScrollLength
public Integer getScrollLength()
-
scrollLength
public LazyLoadOptions scrollLength(Integer scrollLength)
-
getWaitingTime
public Integer getWaitingTime()
-
waitingTime
public LazyLoadOptions waitingTime(Integer waitingTime)
-
getMaxAmountToScroll
public Integer getMaxAmountToScroll()
-
maxAmountToScroll
public LazyLoadOptions maxAmountToScroll(Integer maxAmountToScroll)
-
-