Class EmulatedDevice
Emulated Device class containing predefined emulated devices.
public class EmulatedDevice : IEmulatedDevice, IEnvironment
- Inheritance
-
EmulatedDevice
- Implements
- Inherited Members
Constructors
EmulatedDevice()
Initializes a new instance of the EmulatedDevice class.
public EmulatedDevice()
Properties
GalaxyS5
Galaxy S5 emulated device.
public static IEmulatedDevice GalaxyS5 { get; }
Property Value
Height
The height of the emulated device screen.
public int Height { get; set; }
Property Value
IPad
iPad emulated device.
public static IEmulatedDevice IPad { get; }
Property Value
IPhone5
iPhone 5 emulated device.
public static IEmulatedDevice IPhone5 { get; }
Property Value
IPhone6
iPhone 6 emulated device.
public static IEmulatedDevice IPhone6 { get; }
Property Value
IPhone6Plus
iPhone 6 Plus emulated device.
public static IEmulatedDevice IPhone6Plus { get; }
Property Value
IsMobile
The Mobile capability of the emulated device.
public bool IsMobile { get; set; }
Property Value
IsTouchable
The Touchable capability of the emulated device screen.
public bool IsTouchable { get; set; }
Property Value
Name
The name of the emulated device.
public string Name { get; set; }
Property Value
Nexus5X
Nexus 5X emulated device.
public static IEmulatedDevice Nexus5X { get; }
Property Value
Nexus6P
Nexus 6P emulated device.
public static IEmulatedDevice Nexus6P { get; }
Property Value
ScaleFactor
The scale factor of the emulated device screen.
public double ScaleFactor { get; set; }
Property Value
UserAgent
The UserAgent property of the emulated device.
public string UserAgent { get; set; }
Property Value
Width
The width of the emulated device screen.
public int Width { get; set; }