Testing Siebel Business Applications > Functional Test Object Reference >

SiebCommunicationsToolbar Object


The SiebCommunicationsToolbar object provides methods and properties that allow you to manipulate the communications toolbar in a test automation environment.

Parent

The SiebCommunicationsToolbar object is a child of the SiebApplication Object.

Type

The SiebCommunicationsToolbar object is one of the Custom Control Objects.

Events

The SiebCommunicationsToolbar object has the following events.

Event Name
Description

Click (ButtonName)

Clicks a button. ButtonName is a String that specifies the RepositoryName of the button.

SelectWorkItem (ItemName)

Selects a WorkItem. ItemName is a String that specifies the WorkItem to select.

SetText (Text)

Enters text in the text box. Text is a String that specifies the text to enter.

ShowButtonToolTip (ButtonName)

Displays the tooltip for the button. ButtonName is a String that specifies the RepositoryName of the button.

This event is significant because the CommunicationsToolbar tooltip is dynamic, causing a round-trip to the server.

Methods

The following methods are available from the SiebCommunicationsToolbar object:

For a description of these methods, see SiebCommunicationsToolbar Methods.

Properties

The SiebCommunicationsToolbar object has the following properties.

Property Name
Type
Description

ClassName = "SiebCommunicationsToolbar"

Const String

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

CurrentWorkItem

String

Indicates the currently selected work item.

IsEnabled

Boolean

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

IsVisible

Boolean

Indicates whether or not the object is enabled.

You can not checkpoint this property because the control is not rendered by the browser when it is not visible. However, you can manually write script code to check the property.

MediaType

String

Indicates the type of media.

Message

String

The communication channel information displayed next to the Siebel menu that indicates where the message comes from (for example, Call Display).

RepositoryName = "SiebCommunicationsToolbar"

Const String

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

Text

String

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

UIName = "CommunicationsToolbar"

Const String

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

WorkItemDuration

String

Indicates the duration of the currently selected work item.

Testing Siebel Business Applications Copyright © 2015, Oracle and/or its affiliates. All rights reserved. Legal Notices.