i am working on tracking app using vue.js. I am a new developer.i wanna know is it possible to track mouse click and capture screenshots even if person is on desktop or any where else on browser
            Asked
            
        
        
            Active
            
        
            Viewed 3,561 times
        
    -2
            
            
        - 
                    3No, not with any JS framework and for very good reasons – StefanE Sep 22 '17 at 12:59
2 Answers
0
            
            
        This has nothing to do with VueJs specifically. However, you can use HTML5/Canvas/Javascript to take a screenshot, but that's still experimental.
Take a look at this answer: Using HTML5/Canvas/JavaScript to take in-browser screenshots
 
    
    
        Jerre
        
- 179
- 2
- 7
0
            i have found the solution i followed the steps here https://www.webrtc-experiment.com/getScreenId/ these steps allowed me the screen sharing on my webpage and then i use html to canvas to get the image of the video tag
 
    
    
        liaquat khan
        
- 71
- 2
- 10