public class UnknownDevice extends BaseDevice
| Modifier and Type | Method and Description |
|---|---|
String |
getBrand() |
String |
getBrowser() |
String |
getBrowserVersion() |
static UnknownDevice |
getInstance() |
String |
getModel() |
String |
getOS() |
String |
getOSVersion() |
String |
getPointingMethod() |
Dimensions |
getScreenPhysicalSize() |
Dimensions |
getScreenResolution() |
boolean |
hasQwertyKeyboard() |
boolean |
isTablet() |
toStringpublic static UnknownDevice getInstance()
public String getBrand()
public String getBrowser()
public String getBrowserVersion()
public String getModel()
public String getOS()
public String getOSVersion()
public String getPointingMethod()
public Dimensions getScreenPhysicalSize()
public Dimensions getScreenResolution()
public boolean hasQwertyKeyboard()
public boolean isTablet()