A developer is working with a legacy system using UiExplorer. Unfortunately, UiExplorer does not recognize the required selectors. What UI Framework is recommended for the developer to choose in such a situation?
Correct Answer: A
In UiExplorer, you can choose one of three UI Frameworks to change the technology used to determine UI elements and their selectors. The following options are available:
- Default - UiPath proprietary method. Usually works fine with all types of user interfaces.
- Active Accessibility - an earlier solution from Microsoft for making apps accessible. It is recommended that you use this option with legacy software when the Default one does not work.
- UI Automation - the improved accessibility model from Microsoft. It is recommended that you use this option with newer apps when the Default one does not work.
UiPath Documentation
Exam Topic: Describe how Tags and Attributes, Dynamic Selectors, Anchor Base, etc. are used in UI Explorer to create a robust selector in the Default, Active Accessibility, or UI Automation frameworks