Package org.openqa.selenium.remote
Class RemoteTouchScreen
- java.lang.Object
-
- org.openqa.selenium.remote.RemoteTouchScreen
-
- All Implemented Interfaces:
org.openqa.selenium.interactions.TouchScreen
public class RemoteTouchScreen extends java.lang.Object implements org.openqa.selenium.interactions.TouchScreen
-
-
Constructor Summary
Constructors Constructor Description RemoteTouchScreen(ExecuteMethod executeMethod)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoubleTap(org.openqa.selenium.interactions.Coordinates where)voiddown(int x, int y)voidflick(int xSpeed, int ySpeed)voidflick(org.openqa.selenium.interactions.Coordinates where, int xOffset, int yOffset, int speed)voidlongPress(org.openqa.selenium.interactions.Coordinates where)voidmove(int x, int y)voidscroll(int xOffset, int yOffset)voidscroll(org.openqa.selenium.interactions.Coordinates where, int xOffset, int yOffset)voidsingleTap(org.openqa.selenium.interactions.Coordinates where)voidup(int x, int y)
-
-
-
Constructor Detail
-
RemoteTouchScreen
public RemoteTouchScreen(ExecuteMethod executeMethod)
-
-
Method Detail
-
singleTap
public void singleTap(org.openqa.selenium.interactions.Coordinates where)
- Specified by:
singleTapin interfaceorg.openqa.selenium.interactions.TouchScreen
-
down
public void down(int x, int y)- Specified by:
downin interfaceorg.openqa.selenium.interactions.TouchScreen
-
up
public void up(int x, int y)- Specified by:
upin interfaceorg.openqa.selenium.interactions.TouchScreen
-
move
public void move(int x, int y)- Specified by:
movein interfaceorg.openqa.selenium.interactions.TouchScreen
-
scroll
public void scroll(org.openqa.selenium.interactions.Coordinates where, int xOffset, int yOffset)- Specified by:
scrollin interfaceorg.openqa.selenium.interactions.TouchScreen
-
doubleTap
public void doubleTap(org.openqa.selenium.interactions.Coordinates where)
- Specified by:
doubleTapin interfaceorg.openqa.selenium.interactions.TouchScreen
-
longPress
public void longPress(org.openqa.selenium.interactions.Coordinates where)
- Specified by:
longPressin interfaceorg.openqa.selenium.interactions.TouchScreen
-
scroll
public void scroll(int xOffset, int yOffset)- Specified by:
scrollin interfaceorg.openqa.selenium.interactions.TouchScreen
-
flick
public void flick(int xSpeed, int ySpeed)- Specified by:
flickin interfaceorg.openqa.selenium.interactions.TouchScreen
-
flick
public void flick(org.openqa.selenium.interactions.Coordinates where, int xOffset, int yOffset, int speed)- Specified by:
flickin interfaceorg.openqa.selenium.interactions.TouchScreen
-
-