Seeking Help with Automating URL Opening in Excel Using UiPath Studio

Hello everyone,

I have a few URLs listed in an Excel sheet that I’m trying to automate in UiPath Studio so they can be opened sequentially. However, I’ve been facing issues for a while now. I’ve already ensured that I’m not repeating any mistakes mentioned in the error, but the automation is still not opening all the URLs. Can someone please help me with this?

Thank you in advance.

The image shows an error message related to a UI element not being found, along with several possible solutions to resolve the issue. (Captioned by AI)

@Sachin_Joshi,

Pass the URL directly to the User application browser.

Like this

CurrentRow.Item("URL").ToString

Pass this in browser URL field.

Thanks,
Ashok :slightly_smiling_face:

if you mean to put “CurrentRow.Item(“URL”).ToString” in the User application browser then i did that too but still getting the same error

@Sachin_Joshi,

Remove the type into inside the use application browser activity.

And add activities you wanted to perform on the website.

Thanks,
Ashok :slightly_smiling_face:

one more thing i have been stuck into is that all those URL need login and every URL has the same layout then why robot is getting failed in some URLs
i am using type into activity to fill the username and the password

@Sachin_Joshi,

There is possibility of selectors changes in backend though UI looks same. Compare selector for failed once with correct one.

Thanks,
Ashok :slightly_smiling_face:

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