Go back in a Web Application

How do I navigate back to a previous Web page in my Web Application?

You can use “Navigate To” activity in Workflow to navigate to configured URLs. Refer knowledge base for more details -

https://www.edgeverve.com/assistedge/knowledge-base/RPA19.1/Automation_Studio/Configuring-Automation-Processes/Process_Components/Navigate_To.htm?rhhlterm=navigate%20navigation&rhsearch=Navigate%20To

Hi @Sumit

I can’t use Navigate URLs as the URL changes dynamically based on the selected records.

So, I’ll not have the exact value of the URL known to me.
Please help

Hi @Mantri

You can pass application URL dynamically using argument.

Please refer * Configure_URL_as_Parameter section for more details.

Hi @bhuvan

I was able to automate the use case by opening the context menu.
Followed by Key Events activity.

Thanks for the help.