The robot implements a simple addition on Windows Calculator with different methods:
- Using keyboard actions is fast and stable, provided the target application provides hot-keys
- Using the locators enables you to target the UI element tree values
- Using image-based locators is the slowest and most brittle, but still sometimes needed

