public static final class PointerInput.Origin
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
originObject |
Modifier | Constructor and Description |
---|---|
private |
Origin(java.lang.Object originObject) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
asArg() |
static PointerInput.Origin |
fromElement(org.openqa.selenium.WebElement element) |
static PointerInput.Origin |
pointer() |
static PointerInput.Origin |
viewport() |
public java.lang.Object asArg()
public static PointerInput.Origin pointer()
public static PointerInput.Origin viewport()
public static PointerInput.Origin fromElement(org.openqa.selenium.WebElement element)