This library is used to track client movements and form fill ins. It can be used to spy on site visitors or as a QA / Unit testing tool - its your conscience. To get the tool bar and cursor for the neat-o UI add the following to the page.
//add the cursor icon and the contorl for the recorder
neuro_addLoadListener(replay_addCursor);
neuro_addLoadListener(replay_addSimpleControl);
You’ll also need to have a file called cur.gif in the root of the site for the pointer graphic
Copyright
2004 Rob Rohan (robr.nosp@m.ohan@gmai.nosp@m.l.com) All rights reserved
Related
ui/Mouse.js ui/EventManager.js util/Log.js
Summary
| This library is used to track client movements and form fill ins. |
| |
| |
| this is where the replay commands are stored. |
| |
| This method needs to be set to run on page load. |
| Make a simple tool bar to control the record and play back |
| |
| |
| |
| |
| This is a system generated callback. |
| This is a system generated callback. |
| helper function called from replay_ElementFilled |
| Call this function when you wish to begin recording client input |
| Call this function when you wish to stop recording client input |
| Replay the items displaying the time stamp |
| Clear the replay items array. |
| Dump all the currently saved actions to the log |