Navigate To activity not working?

Hi, I am using the Navigate To activity after feeding the data in the form, but I want to go with the second form to fillup the data, I am using activity Naviagte To in the same browser, But not working, doesn’t show any error also. I have used the same Browser element which I use to open the browser at initials. Please help.

2 Likes

@balkishan

We have to use this activity inside of attach browser or Open Browser activity.

Other way is to declare one browser variable for those activities and pass it to Navigate to activity.

1 Like

same think I did bro…but not working. I am using it inside open browser activity.

1 Like

@balkishan

Could you please run the workflow in debug mode and see once.

1 Like

I ran in debug mode…it’s just showing Executing & Closed. but nothing is redirecting to the URL which I given.

I used Browser variable also
image

2 Likes

@balkishan

Manually try to open this URL or use open browser activity and pass this URL as input and see.

Buddy @balkishan
Remove that breakpoint and try in debug mode buddy lets see whether it is entering or not
This can be easily sorted out
Cheers

@balkishan was the issue resloved? Were you finally be able to get "Navigate To " work for desired URL? I have come across same issue and while trying to find solution, landed here. But not seeing any successful resolution here!!

Tested NavigateTo Activity with a hard coded URL, it worked. Then checked in problem workflow and figured URL in variable was not right, and had gotten “login” appended at the end, whihc was causing Navigate To to behave unexpectdely.

Attached, sample workflow on activity.
UiPath_Navigate To Activity.zip (14.4 KB)

I have the same problem. “NavigateTo” activity does not work.
Activity is placed within attach-browser-scope.
I print the URL to console and copy paste it into browser it works great.
Anyone got this solved?