Skip to content

script that records user interactions with web page

Notifications You must be signed in to change notification settings

smkoyan/window-recorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Window Recorder


Script that allows to capture and replay user interactions with your web page

Supported interactions

  • mousemove
  • hover
  • click
  • scroll
  • text input
  • element focusing

Usage

For the usage example for now check example folder

Run the example

To run example any http server is suitable
If you have Node and npm installed

  • just run npm i -g serve
  • and in the root folder run serve -l 3000
  • open up browser go to localhost:3000
  • click on example folder in your browser window

this will open example page

About

script that records user interactions with web page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published