0.0.1 • Published 7 years ago

action-logger v0.0.1

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

Action Logger

A library for recording end-user actions for use in creating bug reproduction steps for debugging purposes

How to use

actionLogger.listen(function(action) {  
    console.log(action);  
});  

Goals

  • Record user keyboard and mouse input (Actions)
  • JSON serializable actions with all necessary information
  • XPath information for each action
  • Human-readable output of all actions
  • Extensibility