Developer Tools
The Chrome Developer Tools are powerful toolset for diagnosing problems with websites and scripts.
Google’s documentation is comprehensive, but we highlight several common procedures here.
Javascript console
To view Fuse log messages, open the Javascript console by following the google instructions
Inspecting the DOM
To inspect the DOM, view the page elements by following the google instructions.
Open network panel
To view network activity, open the network panel by following the google instructions.