Automate Chrome and Edge with UI Automation (UIA)

For situations where the Chrome, Edge, or Firefox extensions are not available or if a different approach is required, UIA can be used to automate Chrome. However, using this method is typically not as performant as using the Blue Prism extensions.

Use UIA to model Chrome and Edge

To use UIA, accessibility mode must be enabled in Chrome and Edge browsers. Append the start page URL with the --force-renderer-accessibility parameter to open the browsers in accessibility mode. When launched using this parameter, the UIA spy mode can be used to model and interact with Chrome and Edge browsers.