https://github.com/robocorp/example-windows-calculator
Simple bot to demostrate Windows desktop capabilities
https://github.com/robocorp/example-windows-calculator
Last synced: about 1 year ago
JSON representation
Simple bot to demostrate Windows desktop capabilities
- Host: GitHub
- URL: https://github.com/robocorp/example-windows-calculator
- Owner: robocorp
- License: apache-2.0
- Created: 2021-08-06T10:14:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T16:24:16.000Z (over 2 years ago)
- Last Synced: 2025-04-05T03:04:23.605Z (about 1 year ago)
- Language: Python
- Size: 194 KB
- Stars: 2
- Watchers: 18
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple bot to demostrate Windows desktop automation options.
The robot implements a simple addition on Windows Calculator with different methods:
1. Using keyboard actions is fast and stable, provided the target application provides hot-keys
2. Using the locators enables you to target the UI element tree values
- See [Robocorp Inspector](https://robocorp.com/docs/developer-tools/visual-studio-code/locators)
3. Using image-based locators is the slowest and most brittle, but still sometimes needed
- Depends a lot on resolution, colors, font
- As an example Windows Calculator can look quite different in different cases.

The run `log.html` shows the performance differences
