click

Do not use click. Use select instead because it applies to multiple devices.

Use select to select items on a user interface including:
  • A button
  • A check box
  • A value from a list box
  • Text that opens a link.
  • An item on a menu or shortcut menu.
  • Keys and keyboard shortcuts.
Correct examples
  • On the Dashboard, select Transaction.
  • Select OK.
Incorrect examples
  • On the Dashboard, click Transaction.
  • Click OK.