Junior
What tabs are available in the developer tools (Dev Tools)?
sobes.tech AI
Answer from AI
Here are the main tabs:
- Elements: View and edit the HTML and CSS of the page.
- Console: Execute JavaScript code, view logs and errors.
- Sources: Debug JavaScript code, view source files.
- Network: Monitor network requests (HTTP/HTTPS), their statuses, and load times.
- Performance: Analyze page load and execution performance.
- Memory: Profile the page's memory usage.
- Application: Manage local storage (Local Storage, Session Storage), Cookies, Service Workers.
- Security: Check page security, information about SSL/TLS certificates.
- Lighthouse (or Audits in older versions): Audit performance, accessibility, SEO, and best practices in web development.