@ProviderType public class UnknownDevice extends AbstractDevice
Modifier and Type | Method and Description |
---|---|
String |
getBrand() |
String |
getBrowser() |
String |
getBrowserVersion() |
Map<String,Capability> |
getCapabilities()
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
String |
getCapability(String name)
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
static UnknownDevice |
getInstance() |
String |
getModel() |
String |
getOS() |
String |
getOSVersion() |
String |
getPointingMethod() |
Dimensions |
getScreenPhysicalSize() |
Dimensions |
getScreenResolution() |
boolean |
hasQwertyKeyboard() |
boolean |
isTablet() |
toString
public static UnknownDevice getInstance()
public String getBrand()
public String getBrowser()
public String getBrowserVersion()
@Deprecated public Map<String,Capability> getCapabilities()
@Deprecated public String getCapability(String name)
public String getModel()
public String getOS()
public String getOSVersion()
public String getPointingMethod()
public Dimensions getScreenPhysicalSize()
public Dimensions getScreenResolution()
public boolean hasQwertyKeyboard()
public boolean isTablet()