Recorder native fallback

When you try to automate dynamic web applications where the properties of the controls change frequently, the Recorder might fail to automate such applications as the DOMXPath property value changes with every page refresh. To automate such scenarios, enable the Recorder native fallback support.

Recorder native fallback feature generates multiple XPaths while capturing the object which are then stored and validated to ensure if they can be used for the current business application. The reliable and relevant XPaths are then used during bot execution.

Note: This feature is currently supported only for HTML technology in Google Chrome and Microsoft Edge browsers.
To enable the native fallback capability:
  1. From the Bot editor, navigate to Advanced settings > Package settings.

    Navigate to Advanced settings

  2. In the Package settings > Recorder, enable the Use native fallback option.
    Enable the native fallback
    Note: When both Use native fallback and Use Generative AI-based fallback options are selected, the bot first uses the native fallback to execute actions on the captured object. If the bot is unable to detect the control with native fallback support, it will then fallback to generative AI.