Package | Description |
---|---|
com.microfocus.silktest.jtf.mobile |
This package contains classes for the mobile support.
|
com.microfocus.silktest.jtf.mobile.common.types |
This package contains data types for the mobile support.
|
Modifier and Type | Method and Description |
---|---|
DisplayOrientation |
MobileDevice.getDisplayOrientation()
Gets the current orientation of the device.
|
Modifier and Type | Method and Description |
---|---|
void |
MobileDevice.rotate(DisplayOrientation orientation)
Simulates rotating the device screen.
|
Modifier and Type | Method and Description |
---|---|
static DisplayOrientation |
DisplayOrientation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DisplayOrientation[] |
DisplayOrientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright 2009-2012 Micro Focus. All Rights Reserved.