Step | Type | Element ID | Assertions |
---|
step 1 | attribute | test1 | Set attribute aria-activedescendant on the element with ID test1 to the value "test" |
step 2 | attribute | test | Set attribute aria-selected on the element with ID test to the value "true" |
step 3 | attribute | test2 | Set attribute aria-selected on the element with ID test2 to the value "false" |
step 4 | test | test | API Name | Assertions |
---|
ATK | event | type | is | object:state-changed:selected | event | detail1 | is | 1 | MSAA | event | type | is | EVENT_OBJECT_SELECTION | event | type | is | EVENT_OBJECT_STATECHANGE | UIA | event | type | is | UIA_SelectionItem_ElementSelectedEventId |
|
step 5 | test | test1 | API Name | Assertions |
---|
ATK | event | type | is | object:selection-changed | AXAPI | event | type | is | AXSelectedChildrenChanged |
|
step 6 | test | test2 | API Name | Assertions |
---|
ATK | event | type | is | object:state-changed:selected | event | detail1 | is | 0 |
|