Selector problem with my automation

Hi UiPath,

I am facing a problem I can’t solve.

Right now I need to click the element Payment Breakdown0302_2022.xlsx.

Please refer on this image for my situation:

I’m using the selector below:

image

I’m I doing something wrong?

Please let me know

thanks!

@Alvin_Apostol2

Use Click activity, Indicate the Element and click the element

Can you share that screenshot?

After that open the selector in UiExplorer and share that screenshot

Thanks

HI @Alvin_Apostol2

You know what you need to click right

Try like this

  • Use Find Text position and store in a variable and pass what you need to click in text field
  • Use click activity and pass that variable to Element in the properties

Regards
Gokul

Hi @Srini84

Here is the screen of the click
image

For the Uipath Explorer I got the following below:

image

Its working fine but after I refresh the page it become like this

image

thanks!