Uses of Class
com.applitools.eyes.universal.dto.ChromeEmulationInfoDto
Packages that use ChromeEmulationInfoDto
-
Uses of ChromeEmulationInfoDto in com.applitools.eyes.universal.dto
Methods in com.applitools.eyes.universal.dto that return ChromeEmulationInfoDtoModifier and TypeMethodDescriptionBrowserInfoDto.getChromeEmulationInfo()ChromeEmulationDeviceRendererDto.getChromeEmulationInfo()Methods in com.applitools.eyes.universal.dto with parameters of type ChromeEmulationInfoDtoModifier and TypeMethodDescriptionvoidBrowserInfoDto.setChromeEmulationInfo(ChromeEmulationInfoDto chromeEmulationInfo) voidChromeEmulationDeviceRendererDto.setChromeEmulationInfo(ChromeEmulationInfoDto chromeEmulationInfo) Constructors in com.applitools.eyes.universal.dto with parameters of type ChromeEmulationInfoDtoModifierConstructorDescriptionBrowserInfoDto(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 ChromeEmulationInfoDtoModifier and TypeMethodDescriptionstatic com.applitools.eyes.visualgrid.model.ChromeEmulationInfoRenderBrowserInfoMapper.toEmulationInfo(ChromeEmulationInfoDto dto)