Uses of Class
com.applitools.eyes.universal.dto.ChromeEmulationInfoDto
-
Packages that use ChromeEmulationInfoDto Package Description com.applitools.eyes.universal.dto com.applitools.eyes.universal.mapper -
-
Uses of ChromeEmulationInfoDto in com.applitools.eyes.universal.dto
Methods in com.applitools.eyes.universal.dto that return ChromeEmulationInfoDto Modifier and Type Method Description ChromeEmulationInfoDtoBrowserInfoDto. getChromeEmulationInfo()ChromeEmulationInfoDtoChromeEmulationDeviceRendererDto. getChromeEmulationInfo()Methods in com.applitools.eyes.universal.dto with parameters of type ChromeEmulationInfoDto Modifier and Type Method Description voidBrowserInfoDto. setChromeEmulationInfo(ChromeEmulationInfoDto chromeEmulationInfo)voidChromeEmulationDeviceRendererDto. setChromeEmulationInfo(ChromeEmulationInfoDto chromeEmulationInfo)Constructors in com.applitools.eyes.universal.dto with parameters of type ChromeEmulationInfoDto Constructor Description BrowserInfoDto(ChromeEmulationInfoDto chromeEmulationInfo, IosDeviceInfoDto iosDeviceInfo, String name, Integer width, Integer height)ChromeEmulationDeviceRendererDto(ChromeEmulationInfoDto chromeEmulationInfo) -
Uses of ChromeEmulationInfoDto in com.applitools.eyes.universal.mapper
Methods in com.applitools.eyes.universal.mapper with parameters of type ChromeEmulationInfoDto Modifier and Type Method Description static com.applitools.eyes.visualgrid.model.ChromeEmulationInfoRenderBrowserInfoMapper. toEmulationInfo(ChromeEmulationInfoDto dto)
-