Automation in FedEx tracking application

Hi evereyone,

I just wanted to check if anyone has done automation in FedEx tracking application? When I tried to automate check by tracking number functionality, I am seeing automation is not working. If i search the tracking number manually it shows me the details of order like, status and other details.
But when I do automation, after searching the same tracking number it says,“Unfortunately we are unable to retrieve your tracking results at this time. Please try again later.”

Can someone please help me here?

@Darji_Axata_Ravi

Welcome to our UiPath community.

Can you please run the Bot in Debug mode and check whether it is exactly failing.

I am using Invoke code activity where I am using selenium code to enter tracking number and click on Track button. It is working fine but it is not redirecting to result page.
Attaching browser screenshot post search.

@Darji_Axata_Ravi

Instead of using Selenium code and all use Type Into activity and pass the tracking number to enter into it and then check once.

can you explain me