com.atlassian.jira.webtest.selenium.framework.model
Class Mouse

java.lang.Object
  extended by com.atlassian.jira.webtest.selenium.framework.model.Mouse

public class Mouse
extends Object

Utility methods for dealing with the mouse in Selenium.

Since:
v4.2

Method Summary
static void mouseover(com.atlassian.selenium.SeleniumClient seleniumClient, String locator)
          Trigger a mouseover event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

mouseover

public static void mouseover(com.atlassian.selenium.SeleniumClient seleniumClient,
                             String locator)
Trigger a mouseover event.

The mouseover handler may have a prerequisite of actual mouse motion, e.g., via jira.mouse.MotionDetector, so we'll also trigger some mouse movement to set off the motion detector.



Copyright © 2002-2013 Atlassian. All Rights Reserved.