Package com.hp.lft.sdk.oracle
Interface ApplicationSession
- All Superinterfaces:
Clickable
,LocationInfoProvider
,TestObject
,TestObjectDescriber
,TopLevelObject
,UiObjectBase
An Oracle Applications session window.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
exit()
Exits the Oracle Applications session window.<TForm extends UiFormBase>
TFormgetActiveWindow
(Class<TForm> type) Returns the test object representing the currently active window.The Oracle class hierarchy of the object's Oracle class.void
sync()
Instructs OpenText Functional Testing for Developers to wait the specified number of seconds to synchronize with Oracle Applications before continuing the run session.void
sync
(long seconds) Instructs OpenText Functional Testing for Developers to wait the specified number of seconds to synchronize with Oracle Applications before continuing the run session.Methods inherited from interface com.hp.lft.sdk.LocationInfoProvider
getAbsoluteLocation, getLocation, getSize
Methods inherited from interface com.hp.lft.sdk.TestObject
callFTMethod, callFTMethod, exists, exists, findChildren, getDescription, getDisplayName, getParent, getSnapshot, getTextLocations, getTextLocations, getVisibleText, getVisibleText, highlight, highlightMatches, setDescription, setDisplayName, verifyImageExists, verifyImageExists, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, waitUntilExists, waitUntilExists
Methods inherited from interface com.hp.lft.sdk.TestObjectDescriber
describe
Methods inherited from interface com.hp.lft.sdk.oracle.UiObjectBase
getObjectType, selectFromPopupMenu, selectFromPopupMenu, sendKey
-
Method Details
-
exit
Exits the Oracle Applications session window.- Throws:
GeneralLeanFtException
- if error occurs during execution
-
sync
Instructs OpenText Functional Testing for Developers to wait the specified number of seconds to synchronize with Oracle Applications before continuing the run session.- Throws:
GeneralLeanFtException
- if error occurs during execution
-
sync
Instructs OpenText Functional Testing for Developers to wait the specified number of seconds to synchronize with Oracle Applications before continuing the run session.- Parameters:
seconds
- If a number is passed, it will wait this number of seconds for a response.- Throws:
GeneralLeanFtException
- if error occurs during execution
-
getActiveWindow
Returns the test object representing the currently active window.- Type Parameters:
TForm
- the generic type of the oracle window test object.- Parameters:
type
- the oracle window interface type to find.- Returns:
- a test object representing the current active window.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
getClassPath
The Oracle class hierarchy of the object's Oracle class.- Returns:
- the class hierarchy of the object's.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-