public interface IMobileClickable
Modifier and Type | Method and Description |
---|---|
void |
click()
Clicks on the device at the specified coordinates.
|
void |
click(Point position)
Clicks on the device at the specified coordinates.
|
void |
longClick()
LongClicks on the device at the specified coordinates.
|
void |
longClick(Point position)
LongClicks on the device at the specified coordinates.
|
void click()
void click(Point position)
position
- the coordinates at which to clickvoid longClick()
void longClick(Point position)
position
- the coordinates at which to long clickCopyright 2009-2012 Micro Focus. All Rights Reserved.