|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.webdriver.utils.MouseEvents
public class MouseEvents
Implements mouse events that are not handled correctly in WebDriver atm.
| Method Summary | |
|---|---|
static org.openqa.selenium.WebElement |
hover(org.openqa.selenium.By by,
org.openqa.selenium.WebDriver driver)
Fires a mouse over event on an element that matches the By |
static org.openqa.selenium.WebElement |
hover(org.openqa.selenium.WebElement el,
org.openqa.selenium.WebDriver driver)
Fires a mouse over event on the specified element. |
static org.openqa.selenium.WebElement |
mouseout(org.openqa.selenium.By by,
org.openqa.selenium.WebDriver driver)
Fires a mouse out event on the element that matches the By. |
static org.openqa.selenium.WebElement |
mouseout(org.openqa.selenium.WebElement el,
org.openqa.selenium.WebDriver driver)
Fires a mouse out event on the element. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static org.openqa.selenium.WebElement hover(org.openqa.selenium.By by,
org.openqa.selenium.WebDriver driver)
by - the element matcher to apply the hover to.
WebElement that the hover was triggered on.
public static org.openqa.selenium.WebElement hover(org.openqa.selenium.WebElement el,
org.openqa.selenium.WebDriver driver)
el - The element to fire the hover event on.
WebElement the hover was triggered on.
public static org.openqa.selenium.WebElement mouseout(org.openqa.selenium.By by,
org.openqa.selenium.WebDriver driver)
by - the element matcher to apply the hover to.
WebElement the mouseout was fired on.
public static org.openqa.selenium.WebElement mouseout(org.openqa.selenium.WebElement el,
org.openqa.selenium.WebDriver driver)
el - the element to fire the mouseout event on.
WebElement the mouseout was fired on.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||