Delay in interaction with dialog

I’m with a delay of 15 seconds for UiPath accept the interaction with the dialog box below.

Sctructure

How i can fix it?

Thanks!

Hi,

To isolate cause, can you try to change to Hardware Event at InputMode of the first Click (Click Avancar)?

Regards,

perfect!

Thanks!

1 Like

Hi,

FYI, this cause is that the button calls dialog synchronously and don’t return response which the click is done until the dialog is closed.

We can also solve this matter using Parallel activity or in some case with the addition of InvokeWorkflowFile with Isolated option, even if using Simulate.

Regards,

Use the “Check app state” activity and indicate the dialog box. Select the Element appear option and change the Time for required seconds. It was the Modern design Experience.

Hope it may help!!