Table of Contents

Interface IEmulatedDevice

Base interface for emulated devices.

Namespace: HP.LFT.SDK.Web
Assembly: HP.LFT.SDK.dll
Syntax
public interface IEmulatedDevice : IEnvironment

Properties

Height

The height of the emulated device screen.

Declaration
int Height { get; set; }
Property Value
Type Description
int

IsMobile

The mobile capability of the emulated device.

Declaration
bool IsMobile { get; set; }
Property Value
Type Description
bool

IsTouchable

The touchable capability of the emulated device screen.

Declaration
bool IsTouchable { get; set; }
Property Value
Type Description
bool

Name

The name of the emulated device.

Declaration
string Name { get; set; }
Property Value
Type Description
string

ScaleFactor

The scale factor of the emulated device screen.

Declaration
double ScaleFactor { get; set; }
Property Value
Type Description
double

UserAgent

The UserAgent property of the emulated device.

Declaration
string UserAgent { get; set; }
Property Value
Type Description
string

Width

The width of the emulated device screen.

Declaration
int Width { get; set; }
Property Value
Type Description
int