diff --git a/Additional-Debugging-Info.md b/Additional-Debugging-Info.md index 2ceafa5..6b49253 100644 --- a/Additional-Debugging-Info.md +++ b/Additional-Debugging-Info.md @@ -16,12 +16,9 @@ A [HAR](https://en.wikipedia.org/wiki/HAR_(file_format)) contains the network tr ![click on inspect](https://user-images.githubusercontent.com/17365767/96285447-44b88880-0fdf-11eb-98ad-2f2c522f37ab.png) -6. Open the Chrome DevTools (F12) and go to the "Network" tab. +6. Click on `Inspect` and go to the `Network` tab. 7. Reproduce the problem. -8. In the Chrome DevTools, save the network traffic as HAR: - -![export HAR](https://user-images.githubusercontent.com/17365767/96284552-02db1280-0fde-11eb-8fd6-e8aa11719701.png) - - +8. In the DevTools, save the network traffic as HAR by right-clicking on a request and then clicking on `Save as HAR with content`: +![export HAR](https://user-images.githubusercontent.com/74829229/113435533-489c6380-93e3-11eb-99cb-d8eb1458dd9a.png)