How does PSAT differ from Chrome DevTools? #418
-
I am familiar with inspecting and debugging cookies using Chrome DevTools; how does PSAT differ or complement Chrome DevTools? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
PSAT is a DevTools extension and therefore is designed to complement DevTools capabilities. Chrome DevTools offers broader website debugging, covering all aspects of web development, including cookies, analyzing network requests, tweaking headers, and so much more. PSAT is designed to help developers focus on the analyze of their website's readiness for Privacy Sandbox, including the deprecation of third-party cookies and the adoption of the new privacy-preserving APIs. In terms of cookies, for example, PSAT allows you to zoom-in of 3P cookies, filter them in different ways, determine if they have been blocked or not, etc. The important thing to remember is that you should take advantage of both DevTools and PSAT to analyze your sites and get ready for a more private web. |
Beta Was this translation helpful? Give feedback.
PSAT is a DevTools extension and therefore is designed to complement DevTools capabilities.
Chrome DevTools offers broader website debugging, covering all aspects of web development, including cookies, analyzing network requests, tweaking headers, and so much more. PSAT is designed to help developers focus on the analyze of their website's readiness for Privacy Sandbox, including the deprecation of third-party cookies and the adoption of the new privacy-preserving APIs. In terms of cookies, for example, PSAT allows you to zoom-in of 3P cookies, filter them in different ways, determine if they have been blocked or not, etc.
The important thing to remember is that you should take advantage …