Testing_Selenium::mouseDownRightAt
Simulates a user pressing the right mouse button (without releasing it yet) at the specified location.
Signature
public function mouseDownRightAt(string
$locator,
string
$coordString )
Parameters
-
$locator
- an element locator
-
$coordString
- specifies the x,y position (i.e. - 10,20) of the mouse event relative to the element returned by the locator.