Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could I get Edge's rendering results? #195

Closed
FanetheDivine opened this issue Oct 27, 2023 · 2 comments
Closed

Could I get Edge's rendering results? #195

FanetheDivine opened this issue Oct 27, 2023 · 2 comments
Labels
feature New feature or request

Comments

@FanetheDivine
Copy link

It's hard to store doms as pictures or videos without html2canvas. That will be easy if some APIs to get rendering results of specific doms are accessible

@FanetheDivine FanetheDivine added the feature New feature or request label Oct 27, 2023
@captainbrosset
Copy link
Contributor

Hey @FanetheDivine. I need more details to fully understand the scenario here. Can you say more about what you want to do exactly, and why? Also, why is html2canvas not a good option for you?

This reminds me of a couple of other features which you might want to explore:

Also, unfortunately this is the DevTools repo, not a repo for Edge in general. So, this isn't the right venue for this request. I suggest reaching out again by using the browser feedback tool instead. Here's how:

  1. Click Settings and more (the ... button in the top-right corner of the browser).
  2. Click Help and feedback.
  3. Click Send feedback.

Thank you for your understanding.

@FanetheDivine
Copy link
Author

@captainbrosset Thanks for your suggestion. The reason I need rendering results is that I'm trying to silently record the user's actions in the form of screenshots. In addition, I also want to use the browser rendering engine to make animations. getDisplayMedia requires user interaction and cannot select the current page. html2canvas has some performance problems and incomplete CSS support. They are a little different from what I want.
And then I will give feedback directly in Edge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants