Attach Pop Up Windows

Hi,

I am running an automation for uploading folders to a Doc management site, however if there is an excel in the folder an Excel compatibility pop is appearing in the background and blocking the upload unless you select continue.

image

I have added code that checks that the element exists and if so, to attach the window and click the continue button. However the window isn’t attaching when I run the code it is staying in the background.

Anyone have this issue before?

HI @sean.ryan ,

Welcome to the community.

If you want that popup to appear in foreground, use show window activity with in attach window.

Thanks

Hi @SaurabhDisawal,

Do I need to put a value in for the Input or is it fine once it is within the attach?
image

if it is within Attach window no need to give any input.

This worked, Thanks.

1 Like

Hi @SaurabhDisawal,

The show window originally worked, however it is showing the window and quickly closing it.

I have put a delay in before I click anything but the delay isn’t working.

Hi @sean.ryan ,

why you want delay before closing it, You want to close that window right?

If you want that it should appear for more time, just increase the delay time before clicking it for which you can either use delay activity or in click activity property itself you can provide delay before time in milliseconds.

Thanks