Uses of Class
com.applitools.eyes.visualgrid.model.DeviceName
-
-
Uses of DeviceName in com.applitools.eyes.visualgrid.model
Methods in com.applitools.eyes.visualgrid.model that return DeviceName Modifier and Type Method Description static DeviceNameDeviceName. fromName(String value)static DeviceNameDeviceName. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceName[]DeviceName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.applitools.eyes.visualgrid.model with parameters of type DeviceName Modifier and Type Method Description voidChromeEmulationInfo. setDeviceName(DeviceName deviceName)Constructors in com.applitools.eyes.visualgrid.model with parameters of type DeviceName Constructor Description ChromeEmulationInfo(DeviceName deviceName, ScreenOrientation screenOrientation)
-