Robot

Windows Notepad Robot to Test The Desktop Interactions

Windows

Contains a Robocorp robot which automates Windows Notepad.

Explanation. "Robocorp Robot" means a directory structure which is runnable with RCC.

Robot steps

  1. Open test.txt from current directory in Notepad.
  2. Change font settings.
  3. Clear existing text.
  4. Write text into the editor.
  5. Save and exit.

    Configuring run with environment variables

    • FILE_TO_OPEN (an 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)

    Running Robot with the Robot Framework syntax

    Running Robot with the Python syntax

Technical information

Last updated

14 November 2022

License

Not defined

Dependencies