@@ -24,25 +24,24 @@ Opening Dev Tools can be accomplished in a number of ways.
24245 . Via the web page right-click context menu and then selecting ` Inspect Element ` in Mozilla Firefox.
25256 . Via the triple dot 'kabob' menu in Google Chrome then selecting ` More Tools ` and then ` Developer Tools ` .
26267 . Via the triple line 'hamburger' (or 'pancake') menu in Mozilla Firefox then selecting ` Web Developer ` and then ` Toggle Tools ` .
27- 8 . Via the gear icon settings menu in Edge/IE then selecting ` Developer Tools ` .
2827
2928> NOTE: The majority of the instructions below assume that Dev Tools is already open or active.
3029
3130## Capabilities
3231
33- | Functionality | Chrome* | Firefox | Edge/IE | Safari |
34- | -----------------------| :-------:| :-------:| :-------: | :------ :|
35- | User-Agent Switching | Y | Y | Y | Y |
36- | Edit/Resend Requests | Y | Y | N | N |
37- | Cookie Editing | Y | Y | Y | N |
38- | Local Storage Editing | Y | Y | Y | N |
39- | Disable CSS | Y | Y | Y | Y |
40- | Disable JavaScript | Y | Y | N | Y |
41- | View HTTP Headers | Y | Y | Y | Y |
42- | Screenshots | Y | Y | Y | N |
43- | Offline Mode | Y | Y | N | N |
44- | Encoding and Decoding | Y | Y | Y | Y |
45- | Responsive Design Mode| Y | Y | Y | Y |
32+ | Functionality | Chrome* | Firefox | Safari |
33+ | -----------------------| :-------:| :-------:| :------:|
34+ | User-Agent Switching | Y | Y | Y |
35+ | Edit/Resend Requests | Y | Y | N |
36+ | Cookie Editing | Y | Y | N |
37+ | Local Storage Editing | Y | Y | N |
38+ | Disable CSS | Y | Y | Y |
39+ | Disable JavaScript | Y | Y | Y |
40+ | View HTTP Headers | Y | Y | Y |
41+ | Screenshots | Y | Y | N |
42+ | Offline Mode | Y | Y | N |
43+ | Encoding and Decoding | Y | Y | Y |
44+ | Responsive Design Mode| Y | Y | Y |
4645
4746` * ` Anything that applies to Google Chrome should be applicable to all Chromium based applications. (Which includes Microsoft rebadging Edge around 2019/2020.)
4847
0 commit comments