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.
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à!
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.