Information in this topic applies only to web tests that implement the default approach. This property is not supported in cross-platform web tests. |
Description
Use the wButtonPos
property to obtain the position of the control item specified by the Item parameter.
Declaration
TestObj.wButtonPos(Item)
Read-Only Property | Integer |
TestObj | A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section | |||
Item | [in] | Required | Variant |
Applies To
The property is applied to the following objects:
AngularUI Bootstrap Button Group, Bootstrap Button Group, Bootstrap Button Toolbar and 12 more objects, Bootstrap Navigation Bar, Infragistics UltraWebToolbar, Java Swing ToolBar, jQuery UI Buttonset, MFC Menu Bar, MFC Toolbar, Microsoft ToolStrip, Oracle Forms Button Bar, Syncfusion XPToolbar, Telerik RadToolBar for ASP.NET AJAX, Win32 ToolBar, WPF ToolBar « Collapse the list
View Mode
To view this property in the Object Browser panel and in other panels and dialogs, activate the Advanced view mode.
Parameters
The property has the following parameter:
Item
Specifies the desired item. You can enter the item’s index (from 0) or its caption. The caption can contain asterisk (*) or question mark (?) wildcards or regular expressions. The asterisk (*) corresponds to a string of any length (including an empty string), the question mark corresponds to any single character (including none). To specify more complicated parts of a caption, use regular expressions.
The caption can be case-sensitive or case-insensitive depending on the value of the Use case-sensitive parameters project setting.
Property Value
An integer value that specifies the item position (from 0) on the control.
Remarks
-
Win32 ToolBar, WPF ToolBar, Microsoft ToolStrip, MFC Toolbar, MFC Menu Bar
If the specified item is not found, the
wButtonPos
property returns -1. -
Telerik RadToolBar for ASP.NET AJAX, Syncfusion XPToolbar, Bootstrap Button Group, Bootstrap Button Toolbar, Bootstrap Navigation Bar, Oracle Forms Button Bar
If the specified item is not found, the
wButtonPos
property fails and posts an error message to the test log. -
Infragistics UltraWebToolbar
If the specified item is not found, the
wButtonPos
property returns 0 and posts an error message to the test log. -
Desktop testing: If TestObj refers to an object of a non-DPI-aware application running with a DPI setting other than 100%, the property returns a value relative to the application (as if the application is running with the 100% DPI setting).
-
Web testing: If the Use CSS pixels for scaled pages option is enabled (by default), the returned value takes into account the browser zoom and the current DPI setting.
-
If you use Python or DelphiScript, you should enclose the parameter of the
wButtonPos
property in square brackets:wButtonPos[Item]
. -
The total number of control buttons is specified by
wButtonCount
property.
See Also
Addressing Toolbar Buttons
wButtonCount Property (ToolBar and MenuBar Controls)