OracleTree Object
Description
An Oracle tree.
Operations
The sections below list the built-in methods and properties that you can use as operations for the OracleTree object.
Note: You can also view a list and descriptions of the OracleTree description properties, for use in object repository descriptions, programmatic descriptions, checkpoint and output value steps, and as argument values for the GetTOProperty and GetROProperty methods.
Methods
![]() | Activates the specified item in the tree. |
![]() | Saves a screen capture of the object as a .png or .bmp image using the specified file name. |
![]() | Checks whether the actual value of an item matches the expected value. |
![]() | Checks whether the actual value of the specified object property matches the specified expected value within the specified timeout. |
![]() | Returns the collection of child objects contained within the object. |
![]() | Returns the collection of properties and current values from the object in the application. |
![]() | Clicks the specified location with the specified mouse button. |
![]() | Collapses the specified item in the tree. |
![]() | Expands the specified item in the tree. |
![]() | Returns the current value of the description property from the object in the application. |
![]() | Returns the collection of properties and values used to identify the object. |
![]() | Returns the value of the specified description property from the test object description. |
![]() | Highlights the object in the application. |
![]() | Invokes the specified Oracle softkey. |
![]() | Retrieves the current value of an item and stores it in a specified location. |
![]() | Instructs UFT One to re-identify the object in the application the next time a step refers to this object. |
![]() | Selects the specified item in the tree. |
![]() | Invoke context menu and select the specified menu option. |
![]() | Sets the value of the specified description property in the test object description. |
![]() | Returns a string that represents the test object. |
![]() | Waits until the specified object property achieves the specified value or exceeds the specified timeout before continuing to the next step. |
Properties
![]() | Checks whether the object currently exists in the open application. |
Activate Method
Description
Activates the specified item in the tree.
Syntax
object.Activate (Item)
Arguments
Parameter | Description |
---|---|
Item |
Required. A Variant. The name of the tree node. The node value (with quotes) or numeric index (without quotes) can denote the node. The first node in a tree is numbered 1. You must specify the full path to the tree node, using -> as the separator to indicate the node hierarchy. For example, "Staged Documents->Skipped Documents->IN: Invoice (810/INVOIC)". |
Return Type
None.
Example
Click Method
Description
Clicks the specified location with the specified mouse button.
Syntax
object.Click ([x], [y], [BUTTON])
Arguments
Parameter | Description |
---|---|
x |
Optional. An integer value. The x-coordinate of the click. Note that the specified coordinates are relative to the upper left corner of the object. Default = micNoCoordinate (center of the object). Default value = -1 |
y |
Optional. An integer value. The y-coordinate of the click. Note that the specified coordinates are relative to the upper left corner of the object. Default value = -1 |
BUTTON |
Optional. A predefined constant or number. The mouse button used to click the object. Default value = micLeftBtn |
Return Type
None.
Example
Collapse Method
Description
Collapses the specified item in the tree.
Syntax
object.Collapse (Item)
Arguments
Parameter | Description |
---|---|
Item |
Required. A Variant. The name of the tree node. The node value (with quotes) or numeric index (without quotes) can denote the node. The first node in a tree is numbered 1. You must specify the full path to the tree node, using -> as the separator to indicate the node hierarchy. For example, "Staged Documents->Skipped Documents->IN: Invoice (810/INVOIC)". |
Return Type
None.
Example
Expand Method
Description
Expands the specified item in the tree.
Syntax
object.Expand (Item)
Arguments
Parameter | Description |
---|---|
Item |
Required. A Variant. The name of the tree node. The node value (with quotes) or numeric index (without quotes) can denote the node. The first node in a tree is numbered 1. You must specify the full path to the tree node, using -> as the separator to indicate the node hierarchy. For example, "Staged Documents->Skipped Documents->IN: Invoice (810/INVOIC)". |
Return Type
None.
Example
InvokeSoftkey Method
Description
Invokes the specified Oracle softkey.
Syntax
object.InvokeSoftkey (Softkey)
Arguments
Parameter | Description | |||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Softkey |
Required. A String value. The softkey function to perform. You can view the functions available in a specific form by pressing Ctrl+K in an Oracle Applications session. Softkey functions are not case sensitive. The following functions can be specified:
|
Return Type
None.
Example
Select Method
Description
Selects the specified item in the tree.
Syntax
object.Select (Item)
Arguments
Parameter | Description |
---|---|
Item |
Required. A Variant. The name of the tree node. The node value (with quotes) or numeric index (without quotes) can denote the node. The first node in a tree is numbered 1. You must specify the full path to the tree node, using -> as the separator to indicate the node hierarchy. For example, "Staged Documents->Skipped Documents->IN: Invoice (810/INVOIC)". |
Return Type
None.
Example
SelectPopupMenu Method
Description
Invoke context menu and select the specified menu option.
Syntax
object.SelectPopupMenu (Path)
Arguments
Parameter | Description |
---|---|
Path |
Required. A String value. The path of the menu to open. |
Return Type
None.
Example
See also: