Select Activity - Error HRESULT E_FAIL has been returned from a call to a COM component

I am using UiPath Studio 2022.4.5 on an Azure instance when using a Select activity to select a drop down value on a Peoplesoft application page in Chrome browser. I am using the modern experience. I have checked the Chrome browser version and its the latest updated version.

I get this error intermittently but frequently on the same element on different transactions. I have a delay of 2 before the select activity is executed.

Any insight would be much appreciated on this.

Thanks so much!

Sounds like a memory issue, I would try a retry scope around the select activity, if it fails refresh the browser and try again.

Bobby

Can we try with Hotkeys? if yes, we can send hotkeys and try to select the dropdown values.

I was able to solve this by using Wait for page load property on the Select item:
image

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.