How to click on a button that is being captured as table (PFA) such that it works Even as unattttended process from Orchestrator

Hi Team,

I am being stuck on click button module where following is the case:

As shown in screen, I want to click on the “Choose File” button, but it is not being captured as an element.

I want to run this project in unattended mode.

I tried:
anchor base,
click activity
Click image

Also tried changing properties of click activities (Simulate click, SendWindowsMessage)

Somehow it worked as attended process but when ran in unattended process, TIME OUT issue occurs, or it just skips the click step.

Please help @Palaniyappan @supermanPunch @pravin_calvin

Thanks and Regards,
hacky

Hi @hacky

Try Using attach window indicating the window you need to perform the action and inside the Do Container perform the actio you need to do!

Regards

@pravin_calvin
It is already in Attach Window. i dont know what is wrong

Hi @hacky

Is the windows always present or by performing some actions will open the window?

Regards

@pravin_calvin

So the process is opening the browser

and all the actions are happening in that browser window only…

there is attach browser openned up in the begining of the code, and all the click/type activities are having relative selectors

it works perfectly when running in attended mode.

but when it is running as unattended mode it is giving error for this particular click.

Hi @hacky ,

There are two options we could try here.

  1. Use ui explorer and find out the exact selectors for Choose file button and highlight via ui explorer so that you could achieve this by clicking the exact button not entire area.

  2. Use different ui modes for indicate this element to capture choose file button.

Question from my end is it working attended and not working un attended means this the only step is getting timed out. Thanks.

1 Like

Hi!

Can we try with click image activity?

Regards,
NaNi

Hi @hacky

I am providing you a worst case scenario Use Element exists indicating the Chose file window and if exists then part try attaching the window and inside the do container perform the click operation as mentioned by @kirankumar.mahanthi1 with changing different Ui modes

Regards

1 Like

Hi @hacky ,

Have we tested the Click Activity on the right of the Choose File Button? The No File Chosen, we can get to know by Clicking Manually on it at First to Check if the Browsing Window Appears.

1 Like