| Package | Description |
|---|---|
| com.rational.test.ft.object.interfaces | |
| com.rational.test.ft.script |
| Modifier and Type | Method and Description |
|---|---|
int |
IWindow.getPid()
Returns the process ID for the window.
|
| Modifier and Type | Method and Description |
|---|---|
int |
IOperatingSystem.getForegroundLockTimeout()
Gets the foreground lock timeout (in milliseconds) on Windows.
|
int |
IOperatingSystem.getRegistryIntValue(java.lang.String key)
Gets an
integer registry value. |
java.lang.String |
IOperatingSystem.getRegistryValue(java.lang.String key)
Gets a
String registry value. |
void |
IOperatingSystem.setForegroundLockTimeout(int timeout)
Sets the foreground lock timeout (in milliseconds) on Windows.
|