@ProviderType
public interface Device
extends Serializable
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
|
String |
getModel() |
String |
getOS() |
String |
getOSVersion() |
String |
getPointingMethod() |
Dimensions |
getScreenPhysicalSize() |
Dimensions |
getScreenResolution() |
boolean |
hasQwertyKeyboard() |
boolean |
isTablet() |
String getBrand()
String getBrowser()
String getBrowserVersion()
@Deprecated Map<String,Capability> getCapabilities()
@Deprecated String getCapability(String name)
String getModel()
String getOS()
String getOSVersion()
String getPointingMethod()
Dimensions getScreenPhysicalSize()
Dimensions getScreenResolution()
boolean hasQwertyKeyboard()
boolean isTablet()