Double click is not performing when the process is running from the Orchestrator

Hello all,

I’m facing the issue in one of the process, where I need to give the double click on the folder in one of the SAP system (looks similar to the windows folder system). I don’t have no other option to open it. But it is working when I ran the same process from the UiPath Assistant as attended automation but failing through un attended automation.

Thank you in advance.

@Robotman

Try enabling the simulateClick option
Also, give some delay before the click

Hope this may help you

Thanks

@Srini84

I have tried the above delaying 3 seconds before and simulate click. But getting the error as Invalid mode parameter in Click method. Any solution further…

@Robotman

Oh Sorry, Can you enable SendWindowsMessage option instead of StimulateClick

Thanks

Hi @Srini84

It’s also not working. The error message is "Action not supported by this type of element. Please use another type of click.’ I’m using Double click activity here.

Thanks.

@Robotman

Okay, Instead of Double Click activity, Can you try with Click activity and in properties ClickType->Click_Double

Hope this may help you

Thanks