Element: Input
| InputTypeSubmit with value |
|
| InputTypeButton with value |
|
| InputTypeImage with alt |
|
| InputTypeImage with title |
|
| InputTypeImage with src |
|
| InputTypeRadio with id |
|
| InputTypeCheckbox with id |
|
| InputTypeCheckbox with name |
|
|
Element: Button
| Button with text |
|
|
| Button with image / alt |
|
|
| Button with image / title |
|
|
| Button with image / src |
|
|
|
Element: Select
| SingleSelect with name |
|
|
| SingleSelect with id |
|
|
| SingleSelect/OptGroup with name |
|
|
| SingleSelect/OptGroup with id |
|
|
|
Element: Option
| SingleSelect / disabled Option with id |
|
|
| SingleSelect / disabled Option with id in OptGroup |
|
|
| SingleSelect / Option with id in disabled Select |
|
|
| SingleSelect / Option with id in disabled OptGroup |
|
|
|
Element: OptGroup
| SingleSelect / disabled OptGroup with Label |
|
|
| SingleSelect / disabled OptGroup with id |
|
|
| SingleSelect / OptGroup with id in disabled Select |
|
|
|