com.opera.core.systems.interaction
Class Mouse

java.lang.Object
  extended by com.opera.core.systems.interaction.Mouse
All Implemented Interfaces:
UserInteraction

public abstract class Mouse
extends java.lang.Object
implements UserInteraction

Mouse user interactions, part of OperaUserInteraction to support clicking and moving the mouse.

Author:
Deniz Turkoglu

Constructor Summary
Mouse()
           
 
Method Summary
static Mouse buttonDownOn(org.openqa.selenium.WebElement element)
           
static Mouse buttonUpFrom(org.openqa.selenium.WebElement element)
           
static Mouse clickOn(org.openqa.selenium.WebElement element)
           
static Mouse moveOn(org.openqa.selenium.WebElement element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.opera.core.systems.interaction.UserInteraction
execute
 

Constructor Detail

Mouse

public Mouse()
Method Detail

moveOn

public static Mouse moveOn(org.openqa.selenium.WebElement element)

clickOn

public static Mouse clickOn(org.openqa.selenium.WebElement element)

buttonDownOn

public static Mouse buttonDownOn(org.openqa.selenium.WebElement element)

buttonUpFrom

public static Mouse buttonUpFrom(org.openqa.selenium.WebElement element)


Copyright © 2011. All Rights Reserved.