UiPath is unable interact with web application in edge

Hi Everyone,

I have been trying to get the search results(click on ‘search’ button) in web application but UiPath is unable interact with web application in edge. When I run the process, Its getting load symbol and throws an SQL error after few minutes. When I am trying it manually, I am getting the results within seconds. I am using the modern activities here.

Could you please provide your thoughts/suggestions.

Thank,
Ravi

Hi @rchin

In the Home>Tools>UiPath Extensions, please try to uninstall & re-install the Edge extension. Let us know if this works or not.

image

Hope this helps,
Best Regards.

Already done, but there is no result

@rchin

Can you share the error message or some additional details regarding this web application that you are using?

Best Regards.

I have added the delay(5/10 sec) after and before the click(Search button) activity, but I am getting the error like

image

@rchin

Try using hardware event for click and check if that solves

Else please show the workflow activities where its is failing and their properties

Cheers

I have tried with hardware events for click, but there is no results

when you are trying manually means you are entering fields manually and clicking on button

try one thing enter the details by UiPath activities and keep a break point for click activity and manually click the button

my guess is it not entering the values properly and submitting

regards