Page History
...
You can train the Framework to navigate from one RAMP screen to another until reaching the Destination screen. All Destinations screens need to have an INVOKE_SCRIPT_n associated with them. The first line in an INVOKE_SCRIPT_n looks like this:
/* Navigate to the nearest access junction */
NAVIGATE_TO_JUNCTION("<junction name>");
...