Chrome update possibility through UiPath

Hi Team
One of our attended Users Chrome does not update automatically and each time he attempts to run the attended automation in PiP (adhoc once a month) the bot launches the browser but does not interact with screen (like login or click actions fail) with error stated below
"System exception at initialization: Could not find the user-interface (UI) element for this action.

Possible solutions:
• Ensure application is opened and the UI element is visible on the screen at execution time
• Edit the Target of the UI activity and use Validation to debug the issue.
• If needed, re-indicate the element as its properties might have changed
• Use “Check state” activity to check the application state before executing the action
• Increase the “Delay before” value to allow time to the application to render entirely and become responsive at Source: Type Into 'Username"

Kindly advise a permanent fix to this

Hi @Prachi_R_Singh

You could use Chrome browser policies to enforce auto-update and push specific addins if needed.

Check the link below:

Regards
Soren

@Prachi_R_Singh this issue is related to element’s selector. This is commonly caused by dynamic selectors, timing issues, or UI changes in the target application.

This issue should not arise from chrome update, it’s rather related to the target application that you are trying to use in chrome.

Please cross check your selector.

And fine tune the selector using UiExplorer.

After capturing the selector, also try to validate and highlight it to see if it’s being detected or not. If not, re-indicate to re-capture.