EmulatedDevice Class
Emulated Device class containing predefined emulated devices.

C# Syntax

public class EmulatedDevice : HP.LFT.SDK.IEnvironment, IEmulatedDevice  
Inheritance Hierarchy

System.Object
   HP.LFT.SDK.Web.EmulatedDevice

Public Constructors
 NameDescription
Public ConstructorEmulatedDevice ConstructorInitializes a new instance of the EmulatedDevice class.  
Top
Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)GalaxyS5Galaxy S5 emulated device.  
Public PropertyHeightThe height of the emulated device screen.  
Public Propertystatic (Shared in Visual Basic)IPadiPad emulated device.  
Public Propertystatic (Shared in Visual Basic)IPhone5iPhone 5 emulated device.  
Public Propertystatic (Shared in Visual Basic)IPhone6iPhone 6 emulated device.  
Public Propertystatic (Shared in Visual Basic)IPhone6PlusiPhone 6 Plus emulated device.  
Public PropertyIsMobileThe Mobile capability of the emulated device.  
Public PropertyIsTouchableThe Touchable capability of the emulated device screen.  
Public PropertyNameThe name of the emulated device.  
Public Propertystatic (Shared in Visual Basic)Nexus5XNexus 5X emulated device.  
Public Propertystatic (Shared in Visual Basic)Nexus6PNexus 6P emulated device.  
Public PropertyScaleFactorThe scale factor of the emulated device screen.  
Public PropertyUserAgentThe UserAgent property of the emulated device.  
Public PropertyWidthThe width of the emulated device screen.  
Top