I want to catch the HAR file from an Android device, and below are the steps :
- open the developer options on the Android device.
- Allow USB debugging.
- Plug in the cable. (connect the computer with the device.)
- open chrome://inspect/#devices.
- click inspect and open the dialog.
enter image description here - click the “Export HAR” in the dev tool.
enter image description here
Results :
click “export HAR” but nothing happens (the dialog of “Save as” doesn’t appear )
I have tried :
- Update Chrome to the latest version 125.0.6422.142.
- update the Chrome app version.
- restart the computer.
but the “export har ” dialog does not appear when I click the icon.
Note.
- but click the “import Har” the dialog will appear.
- if I click “export har” on Chrome dev tools(Not via chrome://inspect/#devices.),the “save as” dialog will appear.
- the same Android device via another computer, this issue didn’t happen.
New contributor
eric tseng is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.