@@ -15,25 +15,24 @@ Opening Dev Tools can be accomplished in a number of ways.
15
15
5 . Via the web page right-click context menu and then selecting ` Inspect Element ` in Mozilla Firefox.
16
16
6 . Via the triple dot 'kabob' menu in Google Chrome then selecting ` More Tools ` and then ` Developer Tools ` .
17
17
7 . Via the triple line 'hamburger' (or 'pancake') menu in Mozilla Firefox then selecting ` Web Developer ` and then ` Toggle Tools ` .
18
- 8 . Via the gear icon settings menu in Edge/IE then selecting ` Developer Tools ` .
19
18
20
19
> NOTE: The majority of the instructions below assume that Dev Tools is already open or active.
21
20
22
21
## Capabilities
23
22
24
- | Functionality | Chrome* | Firefox | Edge/IE | Safari |
25
- | -----------------------| :-------:| :-------:| :-------: | :------ :|
26
- | User-Agent Switching | Y | Y | Y | Y |
27
- | Edit/Resend Requests | Y | Y | N | N |
28
- | Cookie Editing | Y | Y | Y | N |
29
- | Local Storage Editing | Y | Y | Y | N |
30
- | Disable CSS | Y | Y | Y | Y |
31
- | Disable JavaScript | Y | Y | N | Y |
32
- | View HTTP Headers | Y | Y | Y | Y |
33
- | Screenshots | Y | Y | Y | N |
34
- | Offline Mode | Y | Y | N | N |
35
- | Encoding and Decoding | Y | Y | Y | Y |
36
- | Responsive Design Mode| Y | Y | Y | Y |
23
+ | Functionality | Chrome* | Firefox | Safari |
24
+ | -----------------------| :-------:| :-------:| :------:|
25
+ | User-Agent Switching | Y | Y | Y |
26
+ | Edit/Resend Requests | Y | Y | N |
27
+ | Cookie Editing | Y | Y | N |
28
+ | Local Storage Editing | Y | Y | N |
29
+ | Disable CSS | Y | Y | Y |
30
+ | Disable JavaScript | Y | Y | Y |
31
+ | View HTTP Headers | Y | Y | Y |
32
+ | Screenshots | Y | Y | N |
33
+ | Offline Mode | Y | Y | N |
34
+ | Encoding and Decoding | Y | Y | Y |
35
+ | Responsive Design Mode| Y | Y | Y |
37
36
38
37
` * ` Anything that applies to Google Chrome should be applicable to all Chromium based applications. (Which includes Microsoft rebadging Edge around 2019/2020.)
39
38
0 commit comments