Package | Description |
---|---|
org.richfaces.fragment.common |
Modifier and Type | Method and Description |
---|---|
Actions |
Actions.addAction(org.openqa.selenium.interactions.Action a) |
Actions |
Actions.blurByJS(org.openqa.selenium.WebElement element) |
Actions |
Actions.click() |
Actions |
Actions.click(org.openqa.selenium.WebElement onElement) |
Actions |
Actions.clickAndHold() |
Actions |
Actions.clickAndHold(org.openqa.selenium.WebElement onElement) |
Actions |
Actions.contextClick() |
Actions |
Actions.contextClick(org.openqa.selenium.WebElement onElement) |
Actions |
Actions.doubleClick() |
Actions |
Actions.doubleClick(org.openqa.selenium.WebElement onElement) |
Actions |
Actions.dragAndDrop(org.openqa.selenium.WebElement source,
org.openqa.selenium.WebElement target) |
Actions |
Actions.dragAndDropBy(org.openqa.selenium.WebElement source,
int xOffset,
int yOffset) |
Actions |
Actions.keyDown(org.openqa.selenium.Keys theKey) |
Actions |
Actions.keyDown(org.openqa.selenium.WebElement element,
org.openqa.selenium.Keys theKey) |
Actions |
Actions.keyUp(org.openqa.selenium.Keys theKey) |
Actions |
Actions.keyUp(org.openqa.selenium.WebElement element,
org.openqa.selenium.Keys theKey) |
Actions |
Actions.moveByOffset(int xOffset,
int yOffset) |
Actions |
Actions.moveToElement(org.openqa.selenium.WebElement toElement) |
Actions |
Actions.moveToElement(org.openqa.selenium.WebElement toElement,
int xOffset,
int yOffset) |
Actions |
Actions.release() |
Actions |
Actions.release(org.openqa.selenium.WebElement onElement) |
Actions |
Actions.sendKeys(CharSequence... keysToSend) |
Actions |
Actions.sendKeys(org.openqa.selenium.WebElement element,
CharSequence... keysToSend) |
Actions |
Actions.triggerEventByJS(Event event,
org.openqa.selenium.WebElement element) |
Actions |
Actions.triggerEventByWD(Event event,
org.openqa.selenium.WebElement element)
Will try to trigger given event with webdriver standard API method - nativelly
|
Actions |
Actions.waitAction(long timeInMillis) |
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.