mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 07:55:51 +03:00
[GH-ISSUE #461] [Question] Is it possible to do the same as asciinema but for the browser? #271
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#271
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @simkimsia on GitHub (Dec 13, 2021).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/461
Sorry i cannot find a Discussions so I create an issue marked as Question.
Is it possible to record browser interactions and have it play back and have the recording allow copy-paste like the way asciinema does it?
I understand asciinema targets the terminal, i'm asking as a general question of the feasibility of the same benefits but for the browser
@ku1ik commented on GitHub (May 17, 2022):
I'm sure someone already did that :)
@bkil commented on GitHub (Jul 9, 2022):
That would be great, but security policies prohibit from recording the screen like that. Embedding a browser engine for just that and printing the rendered form would work, but would be again big.
Periodically snapshotting the DOM to maintain it being easy to copy & paste or read aloud by a screen reader seems like an open problem.
It would be also great to store the DOM in a minimized or non-lossless compacted form (or only the diff), similar to patented technology that crawlers are doing under the hood.
But surely all of this is out of scope for asciinema - I don't think that there would be any common code between the two.