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