macacajs / app-inspector

App-inspector is a mobile UI viewer in browser.
https://macacajs.github.io/app-inspector/
MIT License
389 stars 78 forks source link

Export inspecting data #248

Closed ltpquang closed 4 years ago

ltpquang commented 4 years ago

After taking snapshot of my app and open inspecting web (at :5678), can I save/export the whole web for later user?

Use case: to save time, I want to travel my whole app, at each screen I will take a snapshot, later on I can open the snapshot and inspect elements without taking snapshot again.

ltpquang commented 4 years ago

I've found a way. Save the web page to html, among with data located in /usr/local/lib/node_modules/app-inspector/.temp/, then upload all of them to some web hosting to by pass CORS policy and voilà!