ClickButton Action (RadioButton Controls)

Applies to TestComplete 15.62, last modified on March 14, 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 action moves the mouse pointer to the specified button and then simulates a single click.

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 determine the state of the radio button before the click, use the wChecked property.

Example

To view an example that demonstrates how to use the ClickButton action, see Selecting a Radio Button in Desktop Windows Applications.

See Also

Selecting a Radio Button in Desktop Windows Applications

Highlight search results