AngularUI Bootstrap Dropdown Support

Applies to TestComplete 15.62, last modified on March 19, 2024
Information in this topic applies only to web tests that implement the classic approach. In cross-platform web tests, TestComplete recognizes third-party controls as standard web controls.

About Support

TestComplete can recognize AngularUI Bootstrap Dropdown controls in web applications. It provides special properties and methods that let you retrieve the controls data and simulate user actions on the controls (see below).

TestComplete recognizes the following controls as AngularUI Bootstrap Dropdown controls:

  • Controls with a class of .dropdown-toggle and the data-toggle="dropdown" attribute that are children of a control with a class of .dropdown.

Supported Versions

Supported component versions: AngularUI Bootstrap 1.1.2 and later.

Requirements

Support for the AngularUI Bootstrap Dropdown controls is implemented by the AngularUI Control Support plugin. This plugin is installed and enabled automatically as part of the TestComplete Web module.

If you experience issues when working with the controls, select File > Install Extensions from the TestComplete main menu and check whether the plugin is active. (You can find the plugin in the Web group.) If the plugin is not available, run the TestComplete installation in the Repair mode.

Members

When testing AngularUI Bootstrap Dropdown controls, you can use properties and methods specific to these controls, as well as properties and methods that TestComplete applies to onscreen objects. For the full list of available properties and methods, see the following topics:

See Also

List of AngularUI Controls

Highlight search results