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
- In a Chrome browser, right click anywhere on the page and select "Inspect"
- In the Console tab of Dev Tools, enter
iridize.master.getRoute();
- The route for that page will be displayed


