Contains Robocorp Robot which automates Windows Notepad.
explanation. "Robocorp Robot" means directory structure which is runnable with rcc tool (link at the bottom)
- open test.txt from current directory and expect that it is opened by Notepad (as .txt associated application)
- change font settings
- clear existing text
- copy text from clipboard into editor
- save and exit
- FILE_TO_OPEN (absolute filepath to file, defaults to current directory's test.txt)
- NOTEPAD_FONT_NAME (default with Python is Comic Sans MS and with RFW Times New roman)
- NOTEPAD_FONT_SIZE (default is 18)
- NOTEPAD_FONT_STYLE (default is Regular)
> rcc run -t "Notepad with Robot Framework"
> rcc run -t "Notepad with Python"
- RCC (Github)
- RCC overview (Docs)
- Desktop automation (Docs)