RPA Windows Low-Code Methods

Overview

This library can be useful for different use cases:

  • To know which is the Download or Documents directory to access downloaded files.
  • Determine which is the name of the file to execute an application depending on the operating system on which the process runs.
  • To know the user's language or country, in case the applications may have different interfaces depending on this data.
  • To know the screen resolution of the resource to determine what is the right image to look for in the screen

Key Features & Functionality

With this library we will be able to:

  • Get Environment Variable
  • Get Screen Resolution
  • Get System Property 

Review README document for more details

Anonymous