Command line API: monitorEvents

This test-case is intended for command line monitorEvents method.
Jan Odvarko, odvarko@gmail.com

  1. Open Firebug and enable the Console panel.
  2. Execute monitorEvents($("testButton"), "click") expression on the command line.
  3. Press the Execute Test button below.
  4. The Console should display something like as follows: click clientX=57, clientY=232
    Of course the coordinates can be different.