Contains Robocorp Robot which automates Windows Notepad.
- open test.txt from current file 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 RFW"
> rcc run -t "Notepad with Python"