Class EmulationBaseInfo
- java.lang.Object
-
- com.applitools.eyes.visualgrid.model.EmulationBaseInfo
-
- Direct Known Subclasses:
ChromeEmulationInfo,EmulationDevice
public abstract class EmulationBaseInfo extends Object
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract StringgetDeviceName()ScreenOrientationgetScreenOrientation()com.applitools.eyes.RectangleSizegetSize()voidsetScreenOrientation(ScreenOrientation screenOrientation)
-
-
-
Method Detail
-
getScreenOrientation
public ScreenOrientation getScreenOrientation()
-
setScreenOrientation
public void setScreenOrientation(ScreenOrientation screenOrientation)
-
getDeviceName
public abstract String getDeviceName()
-
getSize
public com.applitools.eyes.RectangleSize getSize()
-
-