SN | See Detailed Info at : https://developer.chrome.com/docs/devtools | | | | | | | | |
1 | Web Browsers | Chrome | | | | | | | | | | |
1.2 | Browser Inspector | F12 | | | | | | | | | | |
| | | Web Element Selector | | | | | | | | | |
| | | Toggle Device Toolbar > | Diemensions | Zoom in % | Throtlling (CPU & Network throtlling): Limit Bandwidth at which user device receives data i.e. towards lower end like a user on a slow mobile connection or a device with limited processing power. | Rotate | | | | | |
| | | Elements > | DOM (Current Document Object Model) & HTML Structure which show all tags | Commd+F – to open search bar for HTML | | | | | | | |
| | | | Right Pane Sub Menus > | Styles > CSS | :hov > (hover) [Toggle Element State] | If you switch focus from the page to DevTools, some overlay elements automatically hide if they are triggered by focus. For example, drop-down lists, menus, or date pickers. The check_box Emulate a focused page option lets you debug such an element as if it is in focus. | :hover – do as Like Mouse hover | | | | |
| | | | | | .cls > | To add new CSS Class | | | | | |
| | | | | | Plus Icon | To add new Style Rule | | | | | |
| | | | | | Brush Like (Light / Dark Teme) [Toggle Common Rendering Emulation] | Change UI Theme | | | | | |
| | | | | | Extreme Right Little Arrow Icon Show Computed Style Side Bar | Additionaly Show Computed CSS Style Side Barin current view | | | | | |
| | | | | Computed > | Show Graphical View of Diemensions for selected webelement & its applied CSS attributes | | | | | | |
| | | | | Layout > | Shows Grid lines & Flex box lines if present in UI and shows their attributes in number & pixels | | | | | | |
| | | Console > | displays JavaScript errors, warnings, and other debugging information, which is crucial for identifying issues in the application’s code. | | | | | | | | |
| | | Network > | This tab tracks HTTP requests and responses, enabling testers to monitor network activity and identify slow or failing requests. | | | | | | | | |
| | | | Sub Menus/Tabs/Functions > | Record Activity Icon | Clear Network Tab Icon | Filter Icon for typing box | Preserve log – keeps the earlier network requests on page load | Emulate a first-time visitor by disabling the browser cache | Throtlling Conditions | Settings Icon > | Hide Overview > Hide Graphical panel above showing time vs call status |
| | | | Long Press Website reload button of browser to see more option | | | | | | | | Overview, Capture Screenshots during page load – under gear iocn etc |
| | | | | API Calls > | Name / Status / Resource Type | Initiator – What cause resource to be requested from Server | Size of Resource (Uncompressed & compressed Size) [Toggle thru settings gear > Big request rows] / Time taken to upload or download the resource | R.click on the names column to add or hide other columns | R.click on any Call and Clear Browser cache & cookies and more options | | |
| | | | | | Filter Type or select – (Fetch/XHR) [Means Http API Calls only] > | Headers | Payload | Preview | Response – show source code | Timing | Cookies |
| | | | | | Bottom status bar > | Requests / Data Transferred | | | | | |
| | | | | | Waterfall > Sorting > | Start Time. The first request that was initiated is at the top. | Response Time. The first request that started downloading is at the top. | End Time. The first request that finished is at the top. | Total Duration. The request with the shortest connection setup and request / response is at the top. | Latency. The request that waited the shortest time for a response is at the top. | the Waterfall is sorted by total duration. The lighter portion of each bar is time spent waiting. The darker portion is time spent downloading bytes. |
| | | Application > | Local Storage | Session Stortage | Cookies | Shared Storage | Cache Storage | Frames | | | |
| | | Light House > | | | | | | | | | |
| | | | | | | | | | | | |
| | | Setting Icon | Browser Inspector Settings Menu | | | | | | | | |
| | | 3 dots Menu > | Inspector Position & Customize tools | | | | | | | | |
| | | Close Icon | Close the Inspector | | | | | | | | |