• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1touch_ScrollDirection test uses four gesture files that scroll. All scrolls
2recorded should be unaccelerated and done in a single motion (i.e. do not
3lift fingers and continue to scroll). Having the scroll stop in the middle of
4the test would break the test. The gesture files for each device recorded are:
5
6<DEVICE NAME>_touchpad_Touch ID_scroll-down  - Two finger scroll on touchpad in downward direction.
7<DEVICE NAME>_touchpad_Touch ID_scroll-right - Two finger scroll on touchpad in right direction.
8<DEVICE NAME>_touchpad_Touch ID_scroll-left  - Two finger scroll on touchpad in left direction.
9<DEVICE NAME>_touchpad_Touch ID_scroll-up    - Two finger scroll on touchpad in upward direction.
10
11To position the cursor on center of page, center_cursor gesture file is used:
12
13center_cursor - Use mouse to move the mouse pointer to center of the screen.
14                We do not know where the pointer would show up at the start
15                of this test so must ensure that any starting cursor position
16                will result in a centered cursor. Move the cursor well into a
17                corner of the screen, and then move the cursor back to center of
18                the test page. Do not pause the movement until pointer is at
19                the center of page.
20