Walking an Application
Built-in Browser Tools
tool
description
view source
use the browser to view the human-readable source code of a website
inspector
learn how to inspect page elements and make changes to view usually blocked content
debugger
inspect and control the flow of a page's javascript
network
see all the network requests a page makes
Last updated