public abstract class AbstractDevice extends java.lang.Object implements Device
| Constructor and Description |
|---|
AbstractDevice() |
| Modifier and Type | Method and Description |
|---|---|
Dimensions |
getScreenSize()
Deprecated.
As of 6.2.0, replaced by
Device.getScreenResolution() |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBrand, getBrowser, getBrowserVersion, getCapabilities, getCapability, getModel, getOS, getOSVersion, getPointingMethod, getScreenPhysicalSize, getScreenResolution, hasQwertyKeyboard, isTablet@Deprecated public Dimensions getScreenSize()
Device.getScreenResolution()getScreenSize in interface Devicepublic java.lang.String toString()
toString in class java.lang.Object