| TouchScreen Class |
Namespace: Selenium
Dim instance As TouchScreen
The TouchScreen type exposes the following members.
| Name | Description | |
|---|---|---|
| Flick |
Flick on the touch screen using finger motion events.
| |
| FlickFrom |
Flick on the touch screen using finger motion events.
| |
| IsPortrait |
Returns true if the screen is portrait, false otherwise.
| |
| Move |
Finger move on the screen.
| |
| PressHold |
Finger down on the screen.
| |
| PressRelease |
Finger up on the screen.
| |
| Scroll |
Scroll on the touch screen using finger based motion events.
| |
| ScrollFrom |
Scroll on the touch screen using finger based motion events.
| |
| Tap |
Single tap on the touch enabled device.
| |
| TapDouble |
Double tap on the touch screen using finger motion events.
| |
| TapLong |
Long press on the touch screen using finger motion events.
| |
| ToLandscape |
Orientates the screen to landscape.
| |
| ToPortrait |
Orientates the screen to portrait.
|