Download hyperlink selector is constant but failing while running

Hi All

Below is the selector of a “Download file” hyperlink in a pop up window. It always highlights properly but selector fails while running the bot.

Could not find the UI element corresponding to this selector:

What could be the issue?

1 Like

Hi @kkpatel

Take a screenshot of UI Explorer for the specific UI element, then we are able to find out the issue.

show me the total UI explorer along with the attributes too… @kkpatel

@mkankatala please check the screen and the selector

Okay got it @kkpatel

First use the Use application/browser activity and indicate the about blank:google screen. Inside of this Use application/browser activity insert the Click activity and indicate the Download file element.

Then it will work.

Hope it helps!!

@mkankatala this is already done. but the click activity is not working

Instead of using the Modern Click activity try with Classic activity… @kkpatel

Let me know if it works.

@kkpatel

Try keeping an anchor and use strict selectors and check!

Try this!

@kkpatel

from the options menu…under ui framework select ui automation and then try to indicate

also as it is a different pop up you would need to place the click activity in a separate use app/browser activity

cheers

It is resolved. Than you All…

I tried with Recorder. and it used Use Browser where we had to pass Chrome.exe and inside that just use the Click activity.

I have suggested the same in the above post… @kkpatel

This new window is not the child window of parent browser, in this case we have to use one more Use application\browser activity for this specific window. Inside of it use UI activities to do operations in that window.

Happy Automation!!

Hi All

The issue still persists.

Its working in my dev machine but its not able to click in the Download Link when I moved the code to other machines (QA).

What would be the solution?

What error it was throwing… @kkpatel

@mkankatala Its Selector Not Found.

Hi Forum

Need your assistance on this issue. Its simple clicking on a hyperlink but not sure what is the issue.

Attaching the screenshot.

Use the Classic Click activity instead of using Modern click activity. Check once weather it’s working or not… @kkpatel

Hope you understand!!

1 Like

tried this. thing is many things are working in my dev machine but non of them works when goes to other machine.

anything to check in the UiPath extensions in chrome?