SAPPortal Object

Description

An SAP Enterprise Portal desktop.

IMPORTANT

This object represents the top navigation bar and the detailed navigation bar in an SAP Portal desktop.

Operations

The sections below list the built-in methods and properties that you can use as operations for the SAPPortal object.

Note: You can also view a list and descriptions of the SAPPortal 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

Common Method CaptureBitmapSaves a screen capture of the object as a .png or .bmp image using the specified file name.
Common Method CheckChecks whether the actual value of an item matches the expected value.
Common Method CheckPropertyChecks whether the actual value of the specified object property matches the specified expected value within the specified timeout.
Common Method ChildObjectsReturns the collection of child objects contained within the object.
Common Method GetAllROProperties

Returns the collection of properties and current values from the object in the application.

Method DetailedNavigationNavigates the Detailed Navigation iView in the navigation panel.
Common Method GetROPropertyReturns the current value of the description property from the object in the application.
Common Method GetTOPropertiesReturns the collection of properties and values used to identify the object.
Common Method GetTOPropertyReturns the value of the specified description property from the test object description.
Common Method HighlightHighlights the object in the application.
Method NavigateNavigates the tabs in the top-level navigation bar.
Common Method OutputRetrieves the current value of an item and stores it in a specified location.
Common Method RefreshObjectInstructs UFT One to re-identify the object in the application the next time a step refers to this object.
Method SearchSearches the SAP Enterprise Portal desktop.
Common Method SetTOPropertySets the value of the specified description property in the test object description.
Method SyncWaits for the browser to complete the current navigation.
Common Method ToStringReturns a string that represents the test object.
Common Method WaitPropertyWaits until the specified object property achieves the specified value or exceeds the specified timeout before continuing to the next step.

Properties

Common Property ExistChecks whether the object currently exists in the open application.
Common Property ObjectAccesses the native methods and properties of the object.

Back to top

 

DetailedNavigation Method

Description

Navigates the Detailed Navigation iView in the navigation panel.

Syntax

object.DetailedNavigation (Path)

Arguments

ParameterDescription
Path Required. A String value.
The path of the tab item, separated by semicolons (;). You can use either the tab name, or its index. For example, TabName;SubTabName or #1;#2.
Index values begin with 1.

Return Type

None.

Example

Back to top

 

Navigate Method

Description

Navigates the tabs in the top-level navigation bar.

Syntax

object.Navigate (Path)

Arguments

ParameterDescription
Path Required. A String value.
The path of the node, separated by semicolons (;). You can use either the node name, or its index. For example, NodeName;SubNodeName or #1;#2.
Index values begin with 1.

Return Type

None.

IMPORTANT

If the tabs are not in view, they are brought into view.

Example

Back to top

 

Search Method

Description

Searches the SAP Enterprise Portal desktop.

Syntax

object.Search (Query)

Arguments

ParameterDescription
Query Required. A String value.
The query to submit in the Portal search field.

Return Type

None.

Example

Back to top

 

Sync Method

Description

Waits for the browser to complete the current navigation.

Syntax

object.Sync

Return Type

None

Example

Back to top

See also: