OOCSI is loaded. Use the browser developer console to perform your tests.

The developer console is a tool which logs the information associated with a web page, such as JavaScript, network requests, and security errors.

Chrome

To open the developer console window on Chrome, use the keyboard shortcut CmdShiftJ (on Windows) or CmdOptionJ (on Mac).

Alternatively, you can use the Chrome menu in the browser window, select the option "More Tools," and then select "Developer Tools."

Firefox

To open the console on Firefox, use the keyboard shortcut CmdShiftK (on Windows) or CmdOptionK (on Mac). The toolbox will appear at the bottom of the browser window, with the Web Console activated.

Alternatively, under the header Tools in the Mac menu bar, navigate to the sub-menu Web Developer and select Web Console.

Safari

To open the developer console on Safari, you will first need to turn on the Develop menu. To do this, open the Safari menu in the Mac menu bar, then select Preferences.

Once in the Preferences dialog, navigate to the Advanced tab, then check the "Show Develop menu in the menu bar" box.

Once the Develop menu has been enabled, you can go to the Develop menu in the menu bar and then select the "Show Error Console" option.

The Error Console will show up on the bottom half of the active browser window.

Alternatively, you can use the keyboard shortcut OptionCmdC, though note that you will need to enable the Develop menu in your Safari Preferences for this shortcut to work.

Edge

To open the console on Edge, hit F12 to access the Developer Tools. Once in the Developer Tools, navigate to the Console tab.