SlvMenu Object

UFT One 2022 and later:  Following the discontinuance of the Silverlight development framework, UFT One no longer supports the Silverlight Add-in out of the box.

If you require the Silverlight Add-in, contact Micro Focus Support.

Description

A menu control in a Silverlight application.

Operations

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

Note: You can also view a list and descriptions of the SlvMenu 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 ClickClicks the object.
Method DblClickDouble-clicks the object.
Method DragPerforms the 'drag' part of a drag-and-drop operation.
Method DropPerforms the 'drop' part of a drag-and-drop operation.
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 GetVisibleTextReturns the text from the specified area.
Method MakeVisibleScrolls the object into view if it is not visible in the parent window.
Method MouseMoveMoves the mouse pointer to the designated position over the object.
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 SelectSelects the specified item in the context menu.
Common Method SetTOPropertySets the value of the specified description property in the test object description.
Method ShowContextMenuDisplays the object's context menu.
Common Method ToStringReturns a string that represents the test object.
Method TypeTypes the specified string in the 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

Property DescriptionValueRetrieves the text displayed in the tooltip of the object's associated DescriptionViewer.
Common Property ExistChecks whether the object currently exists in the open application.
Property IsValidIndicates whether the data in the current object is valid.
Common Property ObjectAccesses the native methods and properties of the object.

Back to top

 

Click Method

Description

Clicks the object.

Syntax

object.Click ([X], [Y], [BUTTON])

Arguments

ParameterDescription
X Optional. An integer value.

Default value = -9999
Y Optional. An integer value.

Default value = -9999
BUTTON Optional. A predefined constant or number.

Default value = micLeftBtn

Return Type

None.

Back to top

 

DblClick Method

Description

Double-clicks the object.

Syntax

object.DblClick (X, Y, [BUTTON])

Arguments

ParameterDescription
X Required. An integer value.
Y Required. An integer value.
BUTTON Optional. A predefined constant or number.

Default value = micLeftBtn

Return Type

None.

Back to top

 

Drag Method

Description

Performs the 'drag' part of a drag-and-drop operation.

Syntax

object.Drag ([X], [Y], [BUTTON])

Arguments

ParameterDescription
X Optional. An integer value.

Default value = -9999
Y Optional. An integer value.

Default value = -9999
BUTTON Optional. A predefined constant or number.

Default value = micLeftBtn

Return Type

None.

Back to top

 

Drop Method

Description

Performs the 'drop' part of a drag-and-drop operation.

Syntax

object.Drop ([X], [Y], [BUTTON])

Arguments

ParameterDescription
X Optional. An integer value.

Default value = -9999
Y Optional. An integer value.

Default value = -9999
BUTTON Optional. A predefined constant or number.

Default value = micLeftBtn

Return Type

None.

Back to top

 

GetVisibleText Method

Description

Returns the text from the specified area.

Syntax

object.GetVisibleText ([Left], [Top], [Right], [Bottom])

Arguments

ParameterDescription
Left Optional. A long integer value.

Default value = -1
Top Optional. A long integer value.

Default value = -1
Right Optional. A long integer value.

Default value = -1
Bottom Optional. A long integer value.

Default value = -1

Return Type

A String value.

Back to top

 

MakeVisible Method

Description

Scrolls the object into view if it is not visible in the parent window.

Syntax

object.MakeVisible

Return Type

None.

Back to top

 

MouseMove Method

Description

Moves the mouse pointer to the designated position over the object.

Syntax

object.MouseMove (X, Y)

Arguments

ParameterDescription
X Required. An integer value.
Y Required. An integer value.

Return Type

None.

Back to top

 

Select Method

Description

Selects the specified item in the context menu.

Syntax

object.Select Item

Arguments

ParameterDescription
Item Required. A Variant.
The menu item to select from the context menu. You can specify the menu item name (with quotes) or a numeric index (without quotes). Index values begin with 1.

Return Type

None

Example

Back to top

 

ShowContextMenu Method

Description

Displays the object's context menu.

Syntax

object.ShowContextMenu

Return Type

None.

Example

Back to top

 

Type Method

Description

Types the specified string in the object.

Syntax

object.Type (KeyboardInput)

Arguments

ParameterDescription
KeyboardInput Required. A String value.

Return Type

None.

Back to top

 

DescriptionValue Property

Description

Retrieves the text displayed in the tooltip of the object's associated DescriptionViewer.

Syntax

object.DescriptionValue

Value Type

A String value.

Property type

Read-only property

Back to top

 

IsValid Property

Description

Indicates whether the data in the current object is valid.

Syntax

object.IsValid

Value Type

A Boolean value.

Property type

Read-only property

Back to top

See also: