check scrollbar not exists
Check for the nonexistence of a scrolllbar in a control. Result is Passed if the specified scrolllbar does not exist, otherwise Failed.
Name | Description | Type | Modifier |
---|---|---|---|
window | TA name of the window. | Interface Entity | None |
control | TA name of the control to be examined for the specified scrolllbar. | Interface Element | None |
type | Type of scrolllbar to check for. Allowable values:
| Value Set | horizontal, vertical |
Result is Passed if the specified scrolllbar does not exist, otherwise Failed.
This action may be used within the following project items: test modules and user-defined actions.
This action is applicable to the following controls: checklist, list box, list view.
- For SAP BW application: table, frame.
interface
use interface Car Rental
 
window control type
check scrollbar not exists view orders orders table horizontal
- This action supports the <ignore> modifier. If the string
<ignore>
is present as the value of any of the arguments, or any argument contains an expression that evaluates to<ignore>
, the action is skipped during execution.