Close input dialog box after some time in UiPath?

Hi,

I want to close the Input dialog box automatically When the user can’t input any string in the text area.
Is it possible, If yes then How it is possible?

Thanks.

Hi @sams

Happy Community Joining Anniversary!

See this

Thanks,
Prankur

1 Like

Thanks for replying @PrankurJoshi,
Thanks for your best wishes
I had tried that .xmal file, it not work for me,
is any other solution for the same??

thanks.

Change Click Activity selector to this

<wnd app='uipath.executor.exe' cls='HwndWrapper*' title='Enter the Date' />
<ctrl name='Ok' role='push button' />

Now it should close it in 3 sec

Thanks,
Prankur

2 Likes

@PrankurJoshi,
No, It’s not work still .
I had change the selector.

here i attached .xmal file.UserInput.xaml (8.4 KB)

See this one

UserInput (1).xaml (8.4 KB)

Just change the sequence

Thanks,
Prankur

5 Likes

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