Comprehensive and Detailed Explanation From Pega Robotics System Exact Extract:
According to the Pega Robotics Interrogation and Matching Engine Documentation:
“When you interrogate controls in a web application using Chrome or Edge browsers without X-ray Vision, Pega Robot Studio utilizes a simplified set of match rules because these browsers do not expose a full DOM structure with automation identifiers.”
The documentation specifies:
“In non-X-ray Vision interrogation mode, the following three match rules are applied automatically to identify a control:
• Attribute Value Match Rule – Matches a control by its defined attribute (such as ‘id’, ‘name’, or ‘class’).
• Property Value Match Rule – Matches the control based on its property values exposed during interrogation (for example, ‘InnerText’ or ‘TagName’).
• Element Path Match Rule – Matches the control by its relative position in the DOM hierarchy.”
It also states:
“Without X-ray Vision, browser-specific identifiers and deep hierarchical context are not available; therefore, only the Attribute Value, Property Value, and Element Path rules are utilized for Chrome and Edge interrogation.”
References (Exact Extract Source):
Pega Robotics Studio User Guide – Web Adapter and Match Rules Section
Pega Academy – Robotics System Architect Course (Interrogation in Web Applications)
Pega Robotics Help – Interrogation with and without X-ray Vision
Final Verified Answer: B, C, F