Command line API: monitorEvents
This test-case is intended for command line monitorEvents method.
Jan Odvarko, odvarko@gmail.com
- Open Firebug and enable the Console panel.
- Execute monitorEvents($("testButton"), "click") expression on the command line.
- Press the Execute Test button below.
- The Console should display something like as follows:
click clientX=57, clientY=232
Of course the coordinates can be different.