So is this basically selenium in javascript with some neat features?
This isn't selenium. More like wiremock.
Polly.js – Record, replay, and stub HTTP interactions
21–30 of 91 posts
Re: Polly.js – Record, replay, and stub HTTP interactions
#22Related to that, is there anything that allows to completely save the state of a modern website with all of the fetch requests and websocket related stuff it fired off? I just want an ability to save and reopen exactly what I'm looking at. There are some cool websites which will eventually go down and I want to preserve an interactive snapshot of them.
Re: Polly.js – Record, replay, and stub HTTP interactions
#23Re: Polly.js – Record, replay, and stub HTTP interactions
#24Re: Polly.js – Record, replay, and stub HTTP interactions
#25Related to that, is there anything that allows to completely save the state of a modern website with all of the fetch requests and websocket related stuff it fired off? I just want an ability to save and reopen exactly what I'm looking at. There are some cool websites which will eventually go down and I want to preserve an interactive snapshot of them.
Re: Polly.js – Record, replay, and stub HTTP interactions
#26I love the name! "Polly" repeats everything... and wants biscuit every now and then :).
Re: Polly.js – Record, replay, and stub HTTP interactions
#27Re: Polly.js – Record, replay, and stub HTTP interactions
#28Re: Polly.js – Record, replay, and stub HTTP interactions
#29Re: Polly.js – Record, replay, and stub HTTP interactions
#30Related to that, is there anything that allows to completely save the state of a modern website with all of the fetch requests and websocket related stuff it fired off? I just want an ability to save and reopen exactly what I'm looking at. There are some cool websites which will eventually go down and I want to preserve an interactive snapshot of them.