Find the "Route" of a Fusion Apps Page

Describe when someone would need this information. For example "when connecting to wi-fi for the first time".

Instructions

  1. In a Chrome browser, right click anywhere on the page and select "Inspect"
  2. In the Console tab of Dev Tools, enter
    iridize.master.getRoute();
  3. The route for that page will be displayed

    page

    page with console open

    console