| Index: tools/telemetry/telemetry/page/actions/action_runner.py
|
| diff --git a/tools/telemetry/telemetry/page/actions/action_runner.py b/tools/telemetry/telemetry/page/actions/action_runner.py
|
| index f4a921856cd8282dbf6a2a167ab7c42211265bc0..d148988061c8073e486d95353852eaaa2ed561c0 100644
|
| --- a/tools/telemetry/telemetry/page/actions/action_runner.py
|
| +++ b/tools/telemetry/telemetry/page/actions/action_runner.py
|
| @@ -345,7 +345,7 @@ class ActionRunner(object):
|
| gesture, as a ratio of the visible bounding rectangle for
|
| document.body.
|
| direction: The direction of scroll, either 'left', 'right',
|
| - 'up', or 'down'
|
| + 'up', 'down', 'upleft', 'upright', 'downleft', or 'downright'
|
| distance: The distance to scroll (in pixel).
|
| distance_expr: A JavaScript expression (as string) that can be
|
| evaluated to compute scroll distance. Example:
|
| @@ -385,7 +385,7 @@ class ActionRunner(object):
|
| gesture, as a ratio of the visible bounding rectangle for
|
| the element.
|
| direction: The direction of scroll, either 'left', 'right',
|
| - 'up', or 'down'
|
| + 'up', 'down', 'upleft', 'upright', 'downleft', or 'downright'
|
| distance: The distance to scroll (in pixel).
|
| distance_expr: A JavaScript expression (as string) that can be
|
| evaluated to compute scroll distance. Example:
|
| @@ -419,7 +419,7 @@ class ActionRunner(object):
|
| gesture, as a ratio of the visible bounding rectangle for
|
| document.body.
|
| direction: The direction of scroll, either 'left', 'right',
|
| - 'up', or 'down'
|
| + 'up', 'down', 'upleft', 'upright', 'downleft', or 'downright'
|
| distance: The distance to scroll (in pixel).
|
| overscroll: The number of additional pixels to scroll back, in
|
| addition to the givendistance.
|
| @@ -457,7 +457,7 @@ class ActionRunner(object):
|
| gesture, as a ratio of the visible bounding rectangle for
|
| document.body.
|
| direction: The direction of scroll, either 'left', 'right',
|
| - 'up', or 'down'
|
| + 'up', 'down', 'upleft', 'upright', 'downleft', or 'downright'
|
| distance: The distance to scroll (in pixel).
|
| overscroll: The number of additional pixels to scroll back, in
|
| addition to the givendistance.
|
|
|