Table of Contents

Class EmulatedDevice

Namespace
HP.LFT.SDK.Web
Assembly
HP.LFT.SDK.dll

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

IEmulatedDevice

Height

The height of the emulated device screen.

public int Height { get; set; }

Property Value

int

IPad

iPad emulated device.

public static IEmulatedDevice IPad { get; }

Property Value

IEmulatedDevice

IPhone5

iPhone 5 emulated device.

public static IEmulatedDevice IPhone5 { get; }

Property Value

IEmulatedDevice

IPhone6

iPhone 6 emulated device.

public static IEmulatedDevice IPhone6 { get; }

Property Value

IEmulatedDevice

IPhone6Plus

iPhone 6 Plus emulated device.

public static IEmulatedDevice IPhone6Plus { get; }

Property Value

IEmulatedDevice

IsMobile

The Mobile capability of the emulated device.

public bool IsMobile { get; set; }

Property Value

bool

IsTouchable

The Touchable capability of the emulated device screen.

public bool IsTouchable { get; set; }

Property Value

bool

Name

The name of the emulated device.

public string Name { get; set; }

Property Value

string

Nexus5X

Nexus 5X emulated device.

public static IEmulatedDevice Nexus5X { get; }

Property Value

IEmulatedDevice

Nexus6P

Nexus 6P emulated device.

public static IEmulatedDevice Nexus6P { get; }

Property Value

IEmulatedDevice

ScaleFactor

The scale factor of the emulated device screen.

public double ScaleFactor { get; set; }

Property Value

double

UserAgent

The UserAgent property of the emulated device.

public string UserAgent { get; set; }

Property Value

string

Width

The width of the emulated device screen.

public int Width { get; set; }

Property Value

int