mouseDownAt (locator, coordString)
(inherited from Selenium Core)
Simulates a user pressing the mouse button (without releasing it yet) at the specified location. Arguments:
an element locator
specifies the x,y position (i.e. - 10,20) of the mouse event relative to the element returned by the locator.