Can I DevTools?
Categories (11)
All
185
Accessibility
10
CSS
44
Console
15
Debugger
16
Elements
29
JavaScript
6
Network
36
Other
21
Performance
4
Storage
3
Tricks
1
Tags (9)
safari
28
chrome
53
firefox
34
edge
41
polypane
16
screenshot
4
filter
5
overrides
6
simulation
3
Ads
It is like
@CanIUse
but for the browser devtools, created by
@pankajparashar
.
Add audio breakpoint
Can I add an audio breakpoint for debugging the source code?
Add class to element
Can I add an existing CSS class to an HTML element?
Add conditional breakpoint
Can I set a conditional breakpoint for debugging?
Add custom device
Can I add a custom device for a responsive design mode?
Add columns for response headers
Can I add custom header columns to the Network requests table?
Add inline styles
Can I add inline styles to an HTML element?
Add logpoint
Can I add log points to source code for debugging?
Autocomplete styles using values
Can I autocomplete style declaration just using values?
Block request domain
Can I block all network requests of a domain?
Block request pattern
Can I block all network request matching a URL pattern?
Block request URL
Can I block a specific network request by URL?
Capture full page screenshot
Can I take full page screenshot of a website?
Capture HD screenshot
Can I capture a high definition screenshot of the page?
Capture node screenshot
Can I take a screenshot of the DOM node?
Capture node stacktrace
Can I capture node creation stack trace?
Capture screenshot via console
Can I take screenshot of a web page from the console?
Capture viewport screenshot
Can I take a screenshot of the viewport?
Change color format
Can I change authored color format to other formats like hsl, hwb etc?
Change devtools language
Can I change the language of developer tools?
Clear command history
Can I clear the command history of the console?
Clear console
Can I clear the previous commands in the console?
Clear network log
Can I clear all the requests in the network log?
Copy cURL request
Can I copy a network request as cURL?
Copy as Fetch
Can I copy the request as window.fetch()?
Copy as PowerShell
Can I copy the request as a powershell script?
Copy as CSS selector
Can I copy a node's path as a CSS selector?
Copy image as data URI
Can I copy an image as a data URI?
Copy Img as background-image
Can I copy the image url as a background-image property to directly use in CSS?
Copy as JS expression
Can I copy a node's path to be used as a JavaScript expression?
Copy node as HTML
Can I copy a node as HTML?
Copy node styles
Can I copy the styles applied to an element?
Copy object
Can I copy an object from console?
Copy response text
Can I copy the response object as text?
Copy styles as JS
Can I copy style declarations as JavaScript object?
Deactivate breakpoints
Can I temporarily deactivate breakpoints while debugging source code?
Debug attr change
Can I set breakpoint and debug attr changes of a node?
Debug Event Listeners
Can I debug event listeners by setting a breakpoint on all or specific events?
Debug JavaScript
Can I debug JavaScript using devtools?
Debug node removal
Can I debug by setting a breakpoint when the node is removed from the DOM?
Debug remote device pages
Can I debug websites on remote devices?
Debug scroll overflow
Can I debug container with scrollbars to identify the element causing it?
Debug speculation rules
Can I debug speculation rules for prefetch/prerender next page navigations?
Debug subtree change
Can I debug by setting a breakpoint when the subtree of the node changes?
Debug XHR & Fetch calls
Can I debug XHR or fetch calls by setting a breakpoint for a specific or all requests??
Delete node
Can I delete a node from the DOM tree?
Detect third-party cookies
Can I detect if a website uses third-party cookies?
Detect memory leaks
Can I detect memory leaks in my web app using devtools?
Detect missing meta tags
Can I detect the meta tags missing from the HTML?
Disable cache
Can I disable cache for the network requests?
Disable debugger statement
Can I prevent the debugger from pausing at the debugger statement?
Disable JavaScript
Can I disable JavaScript on a web page?
Disable local fonts
Can I disable local fonts to validate @font-face rules?
Display FPS on page
Can I display the current frames per second (FPS) of the page?
Drag & Drop element
Can I drag & drop nodes anywhere inside the DOM tree?
Duplicate node
Can I duplicate a node in the DOM tree?
Edit node as HTML
Can I edit the node as HTML?
Edit and resend requests
Can I edit and resend network requests?
Emulate blurred vision
Can I emulate blurred vision on a page?
Emulate color schemes
Can I emulate different color schemes for dark and light mode?
Emulate devices
Can I emulate devices to test responsiveness of a page?
Emulate idle detection
Can I emulate detection of the user state as idle?
Emulate print styles
Can I emulate print media query?
Emulate reduced transparency
Can I emulate reduced transparency CSS media feature?
Expand DOM nodes recursively
Can I expand DOM nodes recursively in the DOM tree?
Extend DevTools UI
Can I extend DevTools to customise UI?
Filter blocked cookies requests
Can I filter network requests with blocked response cookies?
Filter blocked requests
Can I filter blocked network requests?
Filter multiple resources
Can I filter multiple resource types in the Network tab?
Filter requests by domain
Can I filter network requests by domain name?
Filter requests by keyword
Can I filter requests in the Network tab with a keyword?
Filter requests by properties
Can I filter requests in the Network tab using specific properties?
Filter third party requests
Can I filter third party network requests?
Find broken links
Can I find links on a page that return Error 404, 500?
Find by XPath
Can I find elements in the DOM tree using xpath?
Find color contrast
Can I find the contrast ratio of a color?
Find element with CSS selector
Can I find elements in the DOM tree using CSS selector?
Find expensive CSS selectors
Can I find expensive CSS selectors?
Find in files
Can I find in files for a specific keyword?
Find inactive styles
Can I find inactive styles applied to an element?
Find offset parent
Can I find the offset parent of an element?
Find unused CSS
Can I find unused styles on a web page?
Find unused JavaScript
Can I find unused JavaScript code on the page?
Focus form elements
Can I focus on form elements in the DOM?
Force node states
Can I force the node to emulate a user action state like focus, hover etc?
Fuzzy autocomplete styles
Can I fuzzy autocomplete CSS properties?
Get detached elements
Can I get a list of all the detached elements to investigate memory leaks?
Get Event Listeners
Can I get all the event listeners on a web page?
Get last evaluated value
Can I get the last evaluated value in the console?
Get node XPath
Can I get the xpath of a node in the DOM tree?
Get selected node
Can I refer the currently selected node in the DOM tree from the console?
Get viewport size
Can I get the viewport size?
Go to file
Can I jump to a file by searching with a filename?
Hide extention requests
Can I hide network requests sent by extensions?
Ignore extension scripts
Can I ignore extention scripts while debugging?
Ignore scripts while debugging
Can I ignore scripts while debugging?
Ignore third-party scripts
Can I ignore third-party scripts while debugging?
Import & Export HAR file
Can I import and export network activity to a HAR file?
Import source maps
Can I import source maps manually to debug production code?
Inspect Box shadow
Can I inspect CSS box shadow using an editor?
Inspect container queries
Can I inspect and debug container queries in the devtools?
Inspect CSS angles
Can I inspect & tweak the CSS angle unit values applied to a property?
Inspect CSS Animation
Can I inspect CSS animations & keyframes using the devtools?
Inspect CSS @property rule
Can I inspect the @property CSS at-rules applied to an element?
Inspect CSS Filters
Can I inspect CSS filters using an editor in devtools?
Inspect CSS Flexbox
Can I inspect CSS flexbox?
Inspect CSS Grid
Can I inspect CSS grid?
Inspect CSS Nesting
Can I inspect CSS nesting rules applied to an element?
Inspect CSS Position
Can I inspect & edit the absolutely positioned elements visually?
Inspect CSS Shapes
Can I inspect CSS shapes properties like clip-path, shape-outside, etc?
Inspect CSS specificity
Can I inspect specificity of a CSS selector?
Inspect CSS Subgrid
Can I inspect CSS subgrids?
Inspect CSS vars
Can I inspect CSS variables?
Inspect custom element
Can I inspect the source code of a custom element?
Inspect devtools
Can I inspect the browser's developer tool?
Inspect DNS over HTTPS
Can I inspect the network requests that were resolved with DoH (DNS over HTTPS)?
Inspect fetch priority
Can I inspect the fetchpriority applied to the resources?
Inspect Font properties
Can I inspect and edit various CSS font properties like, font-size, line-height etc?
Inspect Local storage
Can I inspect the localstorage of a website?
Inspect popup overlays
Can I inspect the popup overlay elements like the Dropdown lists, menus, etc.,
Inspect requests
Can I inspect Network requests?
Inspect @scope rules
Can I inspect the CSS @scope at-rules and the scoping root element?
Inspect CSS scroll snap
Can I inspect & visualize CSS scroll snap layout?
Inspect Session storage
Can I inspect the session storage of a website?
Inspect Shadow DOM
Can I inspect the shadow DOM of an element for a user-agent?
Inspect top layer
Can I inspect the top layer elements like dialog, popover etc?
Inspect web vitals
Can I inspect web vital statistics like CLS, LCP, FIP, etc.,
Jump to Id
Can I jump to the target element with an id from the source element?
Locate styles in source
Can I trace style declarations in the original source file?
Measure portion of page
Can I measure a portion of the page to compute the width, height and the distance between two points?
Never pause at exceptions
Can I prevent the debugger from pausing at exceptions?
Open Console with keyboard
Can I open the console using the keyboard?
Open devtools with keyboard
Can I open developer tools with the keyboard?
Open devtools with mouse
Can I open developer tools using a mouse?
Open devtools with new tab
Can I open developer tools by default with a new tab or a new window?
Output data as table
Can I output data in console in the table format?
Override CORS headers
Can I override the CORS headers of the network response?
Override geolocation
Can I override location to match a different geographic region?
Override global objects
Can I override global objects on page load before other scripts run?
Override response body
Can I override the body of a network request?
Override response headers
Can I override headers of the network response?
Override user agent
Can I override the user agent to emulate different profiles?
Pick color from outside window
Can I use the color picker to pick colors from outside the browser window?
Preserve console logs
Can I preserve console logs across page reloads?
Preserve network log
Can I preserve network log on page reloads?
Pretty print JavaScript
Can I pretty print minified JavaScript code?
Preview social media cards
Can I preview the social media cards for websites like Facebook, X etc
Record & replay user journey
Can I record and replay all the user actions performed on the website?
Reorder Tabs & Panes
Can I reorder tabs & panes in the devtools panel?
Report feedback
Can I report issues, feedback or request features related to DevTools and the docs?
Restore default settings
Can I restore the default settings of the developer tools?
Run previous commands
Can I run the previously executed commands in the console?
Run snippets
Can I run snippet of code in devtools?
Scroll node into view
Can I scroll a DOM node into the viewport?
Select elements with XPath
Can I select one or more elements using XPath expression?
Select elements
Can I select one or more elements from the console?
Set keyboard shortcuts
Can I set a custom keyboard shortcuts in devtools?
Show rulers on hover
Can I enable vertical and horizontal rulers on the page when I hover on the elements?
Show tab order
Can I see the tab order of the web page?
Simulate color blindness
Can I simulate different color blindness conditions to test my web page?
Simulate device orientation
Can I simulate device orientation to mock built-in accelerometer, gyroscope & compass?
Simulate force touch
Can I simulate force touch to test touch events on the website?
Style console logs
Can I apply style to the log statements in the console?
Target iframe in console
Can I target iframes while debugging from the Console panel?
Test bfcache
Can I test the Back/Forward cache of a web app?
Throttle CPU speed
Can I throttle CPU speed to simulate slower devices?
Throttle CSS animation speed
Can I throttle CSS animation playback speed?
Throttle network speed
Can I throttle network speed to simulate slower network connections like 2G, 3G etc.,?
Toggle element state
Can I toggle the element state like hover, visited, focus etc.,?
Toggle light & dark theme
Can I switch to light or dark theme in devtools?
Use Display P3 color
Can I use Display P3 color format?
Use easing editor
Can I use the easing editor to edit transitions and animations?
Use live expressions
Can I watch JavaScript values in real time with Live Expressions?
Use type profiler
Can I use a type profiler to identify the types inferred by the engine?
View accessibility tree
Can I view the accessibility tree?
View ARIA attrs
Can I view ARIA attributes of an element?
View cascade layers
Can I inspect CSS cascade layers?
View computed styles
Can I view computed styles?
View & Copy CSS changes
Can I view and copy the CSS changes applied to an element?
View HTTP Status Text
Can I view the human readable text of the HTTP status codes?
View in 3D
Can I view a web page in 3D?
View styles of element
Can I view the styles applied to a pseudo element?
View transferred size
Can I view the size of the data transferred over the network?
View uncompressed size
Can I view the uncompressed size of a resources transferred over the network?
View URL path
Can I view the full URL path of the network requests?
Zoom In & Out Devtools
Can I zoom in and out of the devtools panel?
Add New
Debugger
Edit
Pretty print JavaScript
Can I pretty print minified JavaScript code?
Authors
@pankajparashar
Last Modified
2/9/2024
Newsletter
-
Tags