|
|
|
|
|
by yrio
2224 days ago
|
|
No this doesn't record DOM structure changes. Instead this captures network traffic (bytes) into a .warc file. Then you can replay it later (from the website) or you can download the .warc file to your computer & play it offline using the desktop app (Webrecorder player app) see the bottom of the page or [1] The downside is that the desktop app is slow (5 seconds to loads a page on my laptop). I've created a fast player app that loads pages instantly, but I haven't open sourced it yet ;) [1] https://github.com/webrecorder/webrecorder-player/releases |
|