public class OperaTouchScreen extends Object implements org.openqa.selenium.TouchScreen
| Constructor and Description |
|---|
OperaTouchScreen(OperaMobileDriver driver) |
| Modifier and Type | Method and Description |
|---|---|
void |
doubleTap(org.openqa.selenium.interactions.internal.Coordinates where) |
void |
down(int x,
int y) |
void |
flick(org.openqa.selenium.interactions.internal.Coordinates where,
int xOffset,
int yOffset,
int speed) |
void |
flick(int xSpeed,
int ySpeed) |
void |
longPress(org.openqa.selenium.interactions.internal.Coordinates where) |
void |
move(int x,
int y) |
void |
scroll(org.openqa.selenium.interactions.internal.Coordinates where,
int xOffset,
int yOffset) |
void |
scroll(int xOffset,
int yOffset) |
void |
singleTap(org.openqa.selenium.interactions.internal.Coordinates where) |
void |
up(int x,
int y) |
public OperaTouchScreen(OperaMobileDriver driver)
public void singleTap(org.openqa.selenium.interactions.internal.Coordinates where)
singleTap in interface org.openqa.selenium.TouchScreenpublic void down(int x,
int y)
down in interface org.openqa.selenium.TouchScreenpublic void up(int x,
int y)
up in interface org.openqa.selenium.TouchScreenpublic void move(int x,
int y)
move in interface org.openqa.selenium.TouchScreenpublic void scroll(int xOffset,
int yOffset)
scroll in interface org.openqa.selenium.TouchScreenpublic void scroll(org.openqa.selenium.interactions.internal.Coordinates where,
int xOffset,
int yOffset)
scroll in interface org.openqa.selenium.TouchScreenpublic void doubleTap(org.openqa.selenium.interactions.internal.Coordinates where)
doubleTap in interface org.openqa.selenium.TouchScreenpublic void longPress(org.openqa.selenium.interactions.internal.Coordinates where)
longPress in interface org.openqa.selenium.TouchScreenpublic void flick(int xSpeed,
int ySpeed)
flick in interface org.openqa.selenium.TouchScreenpublic void flick(org.openqa.selenium.interactions.internal.Coordinates where,
int xOffset,
int yOffset,
int speed)
flick in interface org.openqa.selenium.TouchScreenCopyright © 2012. All Rights Reserved.