Skip to content

Commit 1a0af01

Browse files
authored
App F - dev tools: Drop IE/Edge stuff (#1169)
1 parent efb7bde commit 1a0af01

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

document/6-Appendix/F-Leveraging_Dev_Tools.md

+13-14
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,24 @@ Opening Dev Tools can be accomplished in a number of ways.
1515
5. Via the web page right-click context menu and then selecting `Inspect Element` in Mozilla Firefox.
1616
6. Via the triple dot 'kabob' menu in Google Chrome then selecting `More Tools` and then `Developer Tools`.
1717
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`.
1918

2019
> NOTE: The majority of the instructions below assume that Dev Tools is already open or active.
2120
2221
## Capabilities
2322

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 |
3736

3837
`*` Anything that applies to Google Chrome should be applicable to all Chromium based applications. (Which includes Microsoft rebadging Edge around 2019/2020.)
3938

0 commit comments

Comments
 (0)