I have a UiPath process that runs perfectly in Studio but encounters issues when executed from Orchestrator. What steps should I take to diagnose and resolve this discrepancy?

image
image

1 Like

@Brahmini_Angalakurthi Please share the error message

It is throwing different errors each time…

Select Item ‘pane scrollViewer’: Cannot select item. It was not found among existing items. TIP: Some combo-boxes delay load items until its dropdown is expanded. Try to simulate a click on control prior to selecting an item - This is when i chose seleniumversion.xaml as entry point.

Open Browser: Cannot communicate with Internet Explorer browser - this is when i chose Main.xaml as entry point

1 Like

Add some delay before Select Item activity.

Usually this error occurs due to browser extension is not installed .

1 Like

I left the entry point blank while deploying and it worked.

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