Automation Guide
Action-based testing language
TestArchitect Automation Classes
Automation classes
AbtTree ![](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAAXklEQVRIiWNgGAWjAAoYoZhmhk9kYGCYQStLHBgYGP4xMDD8h1pEE0vSkSyhmU9GqCVMtHABJYCmQTR0DXdgoCCjMROh5iEDA4MgAwPDRQYGhlyoRVQHNC3sRsEQBwD2mR7t73r7NQAAAABJRU5ErkJggg==)
The requested page is not available for selected version.
DoesScrollBarExist
Syntax
Boolean DoesScrollBarExist(TAScrollBarType scrollbarType)
Description
Determine whether a scroll bar of the specified type exists.
Parameters
scrollbarType
TAScrollBarType object specifying the scroll bar type.
Allowable values are:
- HORIZONTAL
- VERTICAL
Return Value
Return TRUE ifthe scroll bar exists; otherwise, FALSE.