ClickButton Action (Split Button and Menu Button Controls)

Applies to TestComplete 15.62, last modified on March 19, 2024
This method is not supported in web tests (including cross-platform web tests) that use XPath expressions and CSS selectors to locate web elements. This method can be only used in tests that locate web objects by using internal identification properties provided by TestComplete.

Description

The ClickButton method simulates a mouse click on the button part of the control.

Declaration

TestObj.ClickButton()

TestObj A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section
Result None

Applies To

The method is applied to the following objects:

View Mode

This method is available in the Object Browser panel and in other panels and dialogs in both Basic and Advanced view modes.

Result Value

None.

Remarks

To open or close the control’s drop-down menu, you can call the CloseUp and DropDown methods.

See Also

DropDown Action (Split Button Controls)
CloseUp Action (Split Button and Menu Button Controls)

Highlight search results