Table of Contents

Interface IEmulatedDevice

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

Base interface for emulated devices.

public interface IEmulatedDevice : IEnvironment

Properties

Height

The height of the emulated device screen.

int Height { get; set; }

Property Value

int

IsMobile

The mobile capability of the emulated device.

bool IsMobile { get; set; }

Property Value

bool

IsTouchable

The touchable capability of the emulated device screen.

bool IsTouchable { get; set; }

Property Value

bool

Name

The name of the emulated device.

string Name { get; set; }

Property Value

string

ScaleFactor

The scale factor of the emulated device screen.

double ScaleFactor { get; set; }

Property Value

double

UserAgent

The UserAgent property of the emulated device.

string UserAgent { get; set; }

Property Value

string

Width

The width of the emulated device screen.

int Width { get; set; }

Property Value

int