Search code examples
javascriptscreenshot

Are there any tools to automatically take screenshots of the webpage my user is in, while she reports bugs?


My website has a feedback form. I'd like to attach screen shot of the current page the user is in, with the press of a button. Are there any tools/libraries that can do this?


Solution

  • Using HTML5/Canvas/JavaScript to take screenshots

    This seems to solve your issue if you attach it to the onClick event of the bug report button.