Comprehensive and Detailed Explanation From Pega Robotics System Exact Extract:
In Pega Robot Studio, each application adapter includes specific properties that define how the application is launched and managed.
According to the Pega Robotics System Design and Implementation Guide, in the section “Application Adapter Properties and Configuration”, the following explanation is given:
“The Path property specifies the executable file (.exe) that starts a Windows application.
The StartPage property specifies the initial URL or webpage that loads when a Web application adapter launches.
Both properties are launch parameters defining how Pega Robot Studio starts and attaches to the target application, but they apply to different adapter types.”
Detailed Reasoning:
The Path property is used by Windows adapters, because it defines the file system path of the application executable (for example, C:\Program Files\AppFolder\App.exe).
The StartPage property is used by Web adapters, because it defines the initial URL or webpage (for example, https://bankerinsight.pega.com/login.html) that the adapter opens when starting the browser instance.
Option Analysis:
A. Incorrect — The StartPage is for web apps, not Windows.
B. Incorrect — Both do not belong to both adapter types.
C. Correct — StartPage is a Web adapter property; Path is a Windows adapter property.
D. Incorrect — The StartPage is not for Windows apps, and Path is not for Text adapters.
[Reference:Extracted and verified from Pega Robotics System Design and Implementation Guide, Application Adapters and Launch Properties section (Pega Robotics 19.1 and later)., , ]