# Actions

- [check](/element-commands/actions/check.md): The command to select a checkbox or radio buttons.
- [clear](/element-commands/actions/clear.md): The command to clear the input of the current element.
- [click](/element-commands/actions/click.md): The command to click the element.
- [deselect](/element-commands/actions/deselect.md): The command to deselect an \<option> within a multi \<select> element.
- [double\_click](/element-commands/actions/double_click.md): The command to double click the element.
- [drag\_to](/element-commands/actions/drag_to.md): The command to drag the current element to another element given its CSS selector.
- [drag\_to\_element](/element-commands/actions/drag_to_element.md): The command to drag the current element to the given element.
- [focus](/element-commands/actions/focus.md): The command to switch focus to the element.
- [hover](/element-commands/actions/hover.md): The command to hover the element.
- [right\_click](/element-commands/actions/right_click.md): The command to right-click the element.
- [scroll\_into\_view](/element-commands/actions/scroll_into_view.md): The command to scroll this element into the viewport
- [select\_by\_index](/element-commands/actions/select.md): The command to select an \<option> by its index within a \<select> dropdown element.
- [select\_by\_text](/element-commands/actions/select_many.md): The command to select an \<option> by its text within a \<select> dropdown element.
- [select\_by\_value](/element-commands/actions/select_many-1.md): The command to select an \<option> by its value within a \<select> dropdown element.
- [submit](/element-commands/actions/submit.md): The command to submit a form or input element.
- [type](/element-commands/actions/type.md): The command to type keys into a field, input or text box.
- [uncheck](/element-commands/actions/uncheck.md): The command to deselect checkboxes and radio buttons.
- [upload](/element-commands/actions/upload.md): The command to upload a file to the element.
