Which APIs does UiPath Explorer use to validate html elements. Any ideas or suggestions are appreciated!
@Hassan_Ali
UI Frameworks
Changes 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.
Click here to read more about Active Accessibility and UI Automation.
from:
Thanks for your reply!
Hi UIPath team,
I want to know that which library or API do UIPath use to highlight the elements on the browser, Like it highlights a div or HTML tag or element, So I will be grateful to you if you will tell me about it
Thanks in advance.