Step-By-Step Guide to Use Process Recorder to Print the Population of a City in Notepad From a Web page

Let's create an example to automate a process to print the Pune, India population in notepad from a webpage.

  

Prerequisite:

  1. In the Admin menu, add an application of Application type - WebApps.
  2. In the Application Properties panel:
    • In the Login URL and Search URL field, enter https://www.google.com/.
    • In the Display Name field, enter GoogleIndia.
    • In the Preferred Browser list, select Chrome.
  3. Click the (Save Properties) icon to save the application details.
  4. In the Admin menu, add an application of Application type - WindowsApps.
  5. In the Application Properties panel:
    • In the Path field, enter the exe file location of the notepad. For example, C:\Windows\System32\notepad.exe.
    • In the Display Name field, enter NotepadDemo.
  6. Click the (Save Properties) icon to save the application details.
    The web and windows applications are created.

 

To create a process with Process Recorder activity:

  1. Open Notepad.
  2. In the Canvas Tools panel, Click Process Recorder.
  3. Click the  (Launcher) icon to expand the Process Recorder tray.
  4. Click the (Google Chrome) icon to launch and activate the browser.
  5. Click the  (Start Recording) icon to record the process.
  6. In the browser address bar field, enter www.google.com.
  7. In the search field, enter Pune Population 2020 and press enter.
  8. Copy the Pune population and paste it in the Notepad.
  9. Enter Pune Population 2020 in the Notepad after the pasted text.
  10. Long hold the (Pause Recording) icon to stop the recording.
  11. Click the (Export To Studio) icon to export the recorded process to the Automation Studio.
  12. In the Application Mapping window, perform the following steps:
    • In the Application Mapping list, select Process.
    • In the Captured Application and Target Application column, for https://www.google.com chrome, select GoogleIndia and for notepad, select  NotepadDemo.
  13. Click Next.

 

 

  1. In the Field Mapping window, click OK.

 

 

The process is exported to the Flowchart designer on the Canvas.

 

 

  1. Save the process.
  2. Set up the environment and perform test run.
    The output is displayed in the Notepad.