blob: a04f7470b32ab81a47b2b6192e2321c0759ea0d7 [file] [log] [blame]
Yes, I'd like TEST . Yes, I'd like TEST .
This tests that if a radio or checkbox uses a label element, then that label element will be exposed as the title ui element.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS checkBoxTitleElement.isEqual(accessibilityController.accessibleElementById('label1')) is true
Checkbox title UI Element role: AXRole: AXGroup
Checkbox title UI Element child count: 2
PASS radioTitleElement.isEqual(accessibilityController.accessibleElementById('label2')) is true
Radio title UI Element role: AXRole: AXGroup
Radio title UI Element child count: 2
PASS successfullyParsed is true
TEST COMPLETE