> For the complete documentation index, see [llms.txt](https://docs.cwicly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cwicly.com/miscellaneous/browser-console.md).

# Browser Console

Discovering the browser console location in today's contemporary browsers is as follows.

### Google Chrome

To launch the developer console in Google Chrome, initiate the Chrome Menu located in the upper-right-hand corner of the browser window and then opt for More Tools > Developer Tools.

Alternatively, on macOS, you can employ the keyboard shortcut Option + ⌘ + C, while on Windows/Linux, you can use Shift + CTRL + C.

<figure><img src="/files/QKbY3XCf9HW0Dgo0IyGQ" alt="" width="375"><figcaption></figcaption></figure>

The console will appear either within your current Chrome window or in a new one, and you may need to manually choose the Console tab.

<figure><img src="/files/GTxsaBMXeI0PrINnVbtP" alt="" width="375"><figcaption></figcaption></figure>

### Apple Safari

To unlock the developer console in Safari, you must initiate the Developer Menu first. To accomplish this, navigate to Safari's preferences (Safari Menu > Settings), and opt for the Advanced Tab.

<figure><img src="/files/xD9UcIZYLIA69ot0TV3D" alt=""><figcaption></figcaption></figure>

Once you have activated this menu, you can easily access the developer console by following this path: Develop > Show JavaScript Console.

Alternatively, you can employ the convenient shortcut Option + ⌘ + C.

<figure><img src="/files/lW5vfHE5g5VeJKrUfjSL" alt="" width="375"><figcaption></figcaption></figure>

The console will open either within your current Safari window or in a fresh one, with the Console tab being automatically selected.

<figure><img src="/files/meAlieKsht74f5mvUpuu" alt="" width="375"><figcaption></figcaption></figure>
