Use Application/Browser activity not automatically detecting website URL in UiPath Studio

Hi Team,

I am facing an issue while using the “Use Application/Browser” activity in UiPath Studio.

When I indicate the website, the activity is not automatically capturing or updating the URL of the web page. I have to manually enter the URL, and sometimes the selector does not behave as expected.

I have tried re-indicating the application and restarting Studio, but the issue still persists.

Please let me know why the URL is not being selected automatically and how to fix this issue.

Thanks in advance.

Hi @ANGADI_YAMUNA

Which browser are you using? And have you checked if browser extension is properly installed and enabled?

You can also consider providing url yourself in the activity as well. There is a property named url in this activity’s properties.

Hi @ANGADI_YAMUNA

Welcome to UiPath

Reinstalling the browser extension, avoiding incognito mode, re‑indicating the element after the page fully loads, and ensuring “Open Browser/Use Application” is pointed to a top‑level page window. Also delete the project’s .local folder to refresh selectors if they became unstable.

If helpful, mark as solution. Happy automation with UiPath

@ANGADI_YAMUNA

Welcome to the community

is the indication mode changed to AA?

cheers

Thank u for ur response but what is it AA I don’t know this could u please elaborate it

Hi @ANGADI_YAMUNA

URL isn’t captured because of browser extension or indication issues.
Check UiPath browser extension is enabled, use Indicate Application, set Open = Yes, and re-indicate the page.

@ANGADI_YAMUNA

When you indicate the element..you have default, UI Automation and Active Accessibility(AA) modes..url would be captures in ui automation or when default chooses ui automation

cheers

Hi Anil_G,
What I have already tried (as suggested in multiple threads):**

Re-indicating the application
Restarting UiPath Studio and browser
Reinstalling / repairing the UiPath browser extension
Avoiding Incognito / InPrivate mode
Disabling IE mode in Edge (set to “Don’t allow”)
Deleting the project’s .local folder
Ensuring the page is fully loaded before indicating
Manually selecting UI Automation instead of Default

Important point:
This happens only on my system. The same workflow works correctly on other machines, where the URL is captured automatically using UI Automation.

My question:
Is there a known issue related to Edge profiles, policies, or UIA injection failures?
Are there logs or diagnostics I can enable to confirm why UI Automation is not attaching to the browser?

Any guidance beyond the standard troubleshooting steps would be really helpful, as those have already been tried without success.

Thanks in advance for your support.

Regards,
Yamuna

@ANGADI_YAMUNA

If possible can you record the scenario and show here please

There is no known issue as reported till date

Also to confirm if any errors are occuring while indicating(when url is not captured) please check the event viewer logs and the studio logs (general location if not changed : %LocalApplicationData%/UiPath/Logs)

cheers

Hi Team,

Thank you for your response.

I have checked the Event Viewer logs and UiPath Studio logs as suggested.

While indicating elements (when the URL is not captured), I did not see indication-specific errors in Studio logs. However, in Event Viewer → Windows Logs → Application, I consistently see UiPath errors related to SSL connection failure while connecting to Cloud Orchestrator.
Error summary:
Source: UiPath
Event ID: 10
Error: SSL connection could not be established
Message mentions failure to connect to cloud.uipath.com (SignalR / robots endpoint)
This seems to be a connectivity / SSL / network-related issue rather than a selector or indication issue.
I am checking internally regarding network or proxy restrictions.
If required, I can also record the scenario and share it.
Please let me know if any specific logs or additional details are needed from my side.
Cheers,
Yamuna

you might wanna check the event ID 69 that’s the start of the series of app events that are being generated.
that could give everyone more details.

regards
SG.