| Modifier and Type | Method and Description |
|---|---|
ArbitraryActions |
ArbitraryActions.act(org.openqa.selenium.interactions.Action action) |
ArbitraryActions |
ArbitraryActions.click() |
ArbitraryActions |
ArbitraryActions.click(org.openqa.selenium.WebElement onElement) |
ArbitraryActions |
ArbitraryActions.clickAndHold() |
ArbitraryActions |
ArbitraryActions.clickAndHold(org.openqa.selenium.WebElement onElement) |
ArbitraryActions |
ArbitraryActions.contextClick() |
ArbitraryActions |
ArbitraryActions.contextClick(org.openqa.selenium.WebElement onElement) |
ArbitraryActions |
ArbitraryActions.doubleClick() |
ArbitraryActions |
ArbitraryActions.doubleClick(org.openqa.selenium.WebElement onElement) |
ArbitraryActions |
ArbitraryActions.dragAndDrop(org.openqa.selenium.WebElement source,
org.openqa.selenium.WebElement target) |
ArbitraryActions |
ArbitraryActions.dragAndDropBy(org.openqa.selenium.WebElement source,
int xOffset,
int yOffset) |
ArbitraryActions |
ArbitraryActions.keyDown(CharSequence theKey) |
ArbitraryActions |
ArbitraryActions.keyDown(org.openqa.selenium.WebElement element,
CharSequence theKey) |
ArbitraryActions |
ArbitraryActions.keyUp(CharSequence theKey) |
ArbitraryActions |
ArbitraryActions.keyUp(org.openqa.selenium.WebElement element,
CharSequence theKey) |
ArbitraryActions |
ArbitraryActions.moveByOffset(int xOffset,
int yOffset) |
ArbitraryActions |
ArbitraryActions.moveToElement(org.openqa.selenium.WebElement toElement) |
ArbitraryActions |
ArbitraryActions.moveToElement(org.openqa.selenium.WebElement toElement,
int xOffset,
int yOffset) |
ArbitraryActions |
ArbitraryActions.pause(long pause) |
ArbitraryActions |
ArbitraryActions.release() |
ArbitraryActions |
ArbitraryActions.release(org.openqa.selenium.WebElement onElement) |
ArbitraryActions |
ArbitraryActions.sendKeys(CharSequence... keysToSend) |
ArbitraryActions |
ArbitraryActions.sendKeys(org.openqa.selenium.WebElement element,
CharSequence... keysToSend) |
Copyright © 2016–2018. All rights reserved.