Uses of Class
com.applitools.eyes.LazyLoadOptions
-
Packages that use LazyLoadOptions Package Description com.applitools com.applitools.eyes com.applitools.eyes.fluent com.applitools.eyes.universal.dto -
-
Uses of LazyLoadOptions in com.applitools
Methods in com.applitools with parameters of type LazyLoadOptions Modifier and Type Method Description ICheckSettingsICheckSettings. lazyLoad(LazyLoadOptions lazyLoadOptions)to handle lazy load will scroll before capturing -
Uses of LazyLoadOptions in com.applitools.eyes
Methods in com.applitools.eyes that return LazyLoadOptions Modifier and Type Method Description LazyLoadOptionsLazyLoadOptions. clone()LazyLoadOptionsLazyLoadOptions. maxAmountToScroll(Integer maxAmountToScroll)LazyLoadOptionsLazyLoadOptions. scrollLength(Integer scrollLength)LazyLoadOptionsLazyLoadOptions. waitingTime(Integer waitingTime) -
Uses of LazyLoadOptions in com.applitools.eyes.fluent
Methods in com.applitools.eyes.fluent that return LazyLoadOptions Modifier and Type Method Description LazyLoadOptionsCheckSettings. getLazyLoadOptions()Methods in com.applitools.eyes.fluent with parameters of type LazyLoadOptions Modifier and Type Method Description ICheckSettingsCheckSettings. lazyLoad(LazyLoadOptions lazyLoadOptions) -
Uses of LazyLoadOptions in com.applitools.eyes.universal.dto
Methods in com.applitools.eyes.universal.dto that return LazyLoadOptions Modifier and Type Method Description LazyLoadOptionsCheckSettingsDto. getLazyLoad()Methods in com.applitools.eyes.universal.dto with parameters of type LazyLoadOptions Modifier and Type Method Description voidCheckSettingsDto. setLazyLoad(LazyLoadOptions lazyLoad)
-