TestComplete recognizes standard controls in web applications and on web pages: buttons, check boxes, combo boxes, and list boxes. The test engine automatically associates these controls with web test objects that extend the control functionality with extra properties and methods. You can use these properties and methods to simulate user actions over web pages and web applications in tests.
This section describes how to work with the most common web controls in tests. It also includes examples that demonstrate how to simulate basic user actions over the web controls.