| Index: tools/telemetry/telemetry/page/action_runner.py
|
| diff --git a/tools/telemetry/telemetry/page/action_runner.py b/tools/telemetry/telemetry/page/action_runner.py
|
| index 218251225bccbd178603ff765e45deef9d771f37..4bc4d9d9d046d864e50c8768d87d94ed5d1759cc 100644
|
| --- a/tools/telemetry/telemetry/page/action_runner.py
|
| +++ b/tools/telemetry/telemetry/page/action_runner.py
|
| @@ -332,7 +332,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:
|
| @@ -372,7 +372,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:
|
| @@ -406,7 +406,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.
|
| @@ -444,7 +444,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.
|
|
|