File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ class Operation:
114114 DEFAULT = 'default'
115115 DRAG = 'drag'
116116 DUMP = 'dump'
117+ DUMP_UI_AUTOMATOR_HELPER = 'dum_ui_automator_helper'
117118 FLING_BACKWARD = 'fling_backward'
118119 FLING_FORWARD = 'fling_forward'
119120 FLING_TO_BEGINNING = 'fling_to_beginning'
@@ -146,6 +147,7 @@ class Operation:
146147 SLEEP = 'sleep'
147148 SWIPE_UI_AUTOMATOR_HELPER = 'swipe_ui_automator_helper'
148149 TRAVERSE = 'traverse'
150+ TRAVERSE_UI_AUTOMATOR_HELPER = 'traverse_ui_automator_helper'
149151 VIEW_SNAPSHOT = 'view_snapshot'
150152 WAIT_FOR_IDLE_UI_AUTOMATOR_HELPER = 'wait_for_idle_ui_automator_helper'
151153 WAIT_FOR_WINDOW_UPDATE_UI_AUTOMATOR_HELPER = 'wait_for_window_update_ui_automator_helper'
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ from __future__ import print_function
2525import culebratester_client
2626from culebratester_client import WindowHierarchy
2727
28- __version__ = '21.10.0 '
28+ __version__ = '21.10.1 '
2929
3030import calendar
3131import codecs
You can’t perform that action at this time.
0 commit comments