Testing Siebel Business Applications > Functional Test Object Reference >

SiebPageTabs Object


The SiebPageTabs object provides methods and properties that allow you to navigate page tabs in a test automation environment.

Parent

The SiebPageTabs object is a child of the SiebApplication Object.

Type

The SiebPageTabs object is a singleton collection object that is one of the Navigation Objects.

Events

The SiebPageTabs object has the following events.

Event Name
Description

GotoScreen (ScreenName)

Navigates to a PageTab. ScreenName is a String that specifies the RepositoryName of the PageTab object.

GotoView (ViewName)

Navigates to a View. ViewName is a String that specifies the RepositoryName of the View object, represented by an Aggregate Category link.

Methods

The following methods are available from the SiebPageTabs object:

For a description of these methods, see SiebPageTabs Methods.

Properties

The SiebPageTabs object has the following properties.

Property Name
Type
Description

ActiveScreen

String

Indicates the RepositoryName of the active PageTab object.

ActiveView

String

Indicates the RepositoryName of the active View, as represented by the active Aggregate Category link.

ClassName = "SiebPageTabs"

Const String

See Common Test Automation Object Properties for a description of this property.

RepositoryName = "SiebPageTabs"

Const String

See Common Test Automation Object Properties for a description of this property.

ScreenCount

Integer

The total count of PageTabs for Screen navigation.

UIName = "PageTabs"

Const String

See Common Test Automation Object Properties for a description of this property.

ViewCount

Integer

The total count of available (using Aggregate Category links) from the active PageTab object.

Testing Siebel Business Applications