SAPWorkCenter Object

Description

An SAP WorkCenter in a Web-based SAP application.

Operations

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

Note: You can also view a list and descriptions of the SAPWorkCenter 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, depending on the specified file extension.
Common Method CheckChecks whether the actual value of an item matches the expected value.
Common Method CheckPropertyChecks whether the specified object property achieves the specified 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.

Common Method GetROPropertyReturns the current value of the specified 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 MaximizeMaximize the WorkCenter window.
Method MinimizeMinimize the WorkCenter window.
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 SelectSelect an item from the WorkCenter menu.
Common Method SetTOPropertySets the value of the specified description property in the test object description.
Common Method ToStringReturns a string that represents the current 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.

Back to top

 

Maximize Method

Description

Maximize the WorkCenter window.

Syntax

object.Maximize

Return Type

None.

Example

Back to top

 

Minimize Method

Description

Minimize the WorkCenter window.

Syntax

object.Minimize

Return Type

None.

Example

Back to top

 

Select Method

Description

Select an item from the WorkCenter menu.

Syntax

object.Select (Item)

Arguments

ParameterDescription
Item Required. A String value.
The item to select in the window. You can specify an item or a path to an item separated by semicolons (;).

Return Type

None.

Example

Back to top

See also: