| OLD | NEW |
| (Empty) | |
| 1 rootWebArea name='Action verbs' |
| 2 ++div |
| 3 ++++staticText name='Generic div' |
| 4 ++++++inlineTextBox name='Generic div' |
| 5 ++heading name='Heading' |
| 6 ++++staticText name='Heading' |
| 7 ++++++inlineTextBox name='Heading' |
| 8 ++group |
| 9 ++++button action='press' name='Button' |
| 10 ++++link action='jump' name='Link' |
| 11 ++++++staticText action='click' name='Link' |
| 12 ++++++++inlineTextBox name='Link' |
| 13 ++++textField |
| 14 ++++checkBox action='check' |
| 15 ++++checkBox action='uncheck' |
| 16 ++++radioButton action='select' |
| 17 ++switch action='check' name='ARIA Switch' |
| 18 ++group |
| 19 ++++popUpButton action='open' |
| 20 ++++++menuListPopup |
| 21 ++++++++menuListOption action='click' name='Pop-up button' |
| 22 ++div action='click' |
| 23 ++++staticText action='click' name='Div with click handler' |
| 24 ++++++inlineTextBox name='Div with click handler' |
| OLD | NEW |