step 1 | test | test | API Name | Assertions |
---|
ATK | property | role | is | ROLE_SCROLL_BAR | property | interfaces | contains | Value | result | atk_value_get_minimum_value() | is | 0 | result | atk_value_get_current_value() | is | 50 | result | atk_value_get_maximum_value() | is | 100 | AXAPI | property | AXRole | is | AXScrollBar | property | AXSubrole | is | | property | AXRoleDescription | is | scroll bar | property | AXMinValue | is | 0 | property | AXValue | is | 50 | property | AXMaxValue | is | 100 | IAccessible2 | property | role | is | ROLE_SYSTEM_SCROLLBAR | property | interfaces | contains | AccessibleValue | property | minimumValue | is | 0 | property | currentValue | is | 50 | property | maximumValue | is | 100 | MSAA | property | role | is | ROLE_SYSTEM_SCROLLBAR | UIA | property | ControlType | is | scrollbar | property | interfaces | contains | RangeValue | result | RangeValue.Minimum | is | 0 | result | RangeValue.Value | is | 50 | result | RangeValue.Maximum | is | 100 |
|