| Method | Description |
|---|
| click() | It simulates the mouse click on the button but don't mix it up with onClick event handler. |
| Property | Description |
|---|
| Length | It returns the number of options in a dropdown list. |
| selectedIndex | It sets or returns the index of the selected option in a dropdown list. |
| Type | It returns a type of form element. |
| name | It returns the name of the selection list. |
| Property | Description |
|---|
| Length | It returns the number of options in a dropdown list. |
| selectedIndex | It sets or returns the index of the selected option in a dropdown list. |
| Type | It returns a type of form element. |
| name | It returns the name of the selection list. |